Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

From CUDA only to CUDA+HIP #768

Merged
merged 32 commits into from
Oct 30, 2024
Merged

From CUDA only to CUDA+HIP #768

merged 32 commits into from
Oct 30, 2024

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    6b0a062 View commit details
    Browse the repository at this point in the history
  2. change cudaMemcpy

    brucefan1983 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a841d35 View commit details
    Browse the repository at this point in the history
  3. more cuda to gpu

    brucefan1983 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0ad0cd3 View commit details
    Browse the repository at this point in the history
  4. device cuda to gpu

    brucefan1983 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    12b1e7c View commit details
    Browse the repository at this point in the history
  5. deviceSynchronize done

    brucefan1983 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    707dd3b View commit details
    Browse the repository at this point in the history
  6. memset cuda to gpu

    brucefan1983 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3d3736a View commit details
    Browse the repository at this point in the history
  7. stream cuda to gpu

    brucefan1983 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    bc5fcb7 View commit details
    Browse the repository at this point in the history
  8. thrust cuda to gpu

    brucefan1983 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    cb87370 View commit details
    Browse the repository at this point in the history
  9. curand to gpurand

    brucefan1983 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ee8859f View commit details
    Browse the repository at this point in the history
  10. blas cuda to gpu

    brucefan1983 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8c3ce73 View commit details
    Browse the repository at this point in the history
  11. remove unused header

    brucefan1983 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    c2c1892 View commit details
    Browse the repository at this point in the history
  12. lapack cuda to gpu

    brucefan1983 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    c7031c0 View commit details
    Browse the repository at this point in the history
  13. add hip makefile

    brucefan1983 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    cb43c43 View commit details
    Browse the repository at this point in the history
  14. enable hip

    brucefan1983 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    785f9ba View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. merge master

    brucefan1983 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2511a9e View commit details
    Browse the repository at this point in the history
  2. fix a macro for hip

    brucefan1983 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6fa70a8 View commit details
    Browse the repository at this point in the history
  3. GPU_KERNEL_CHECK

    brucefan1983 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    83b67f1 View commit details
    Browse the repository at this point in the history
  4. better include

    brucefan1983 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8e9f570 View commit details
    Browse the repository at this point in the history
  5. add more headers

    brucefan1983 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    364fa28 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. remove pragma unroll

    brucefan1983 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f023bb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99fe2bf View commit details
    Browse the repository at this point in the history
  3. another istance of NULL

    brucefan1983 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    fdc19ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b06796a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fc234e View commit details
    Browse the repository at this point in the history
  6. merge master

    brucefan1983 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f33417d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9fe7f4f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d42f11a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. O1 for hip

    brucefan1983 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    1ac1a4c View commit details
    Browse the repository at this point in the history
  2. merge master

    brucefan1983 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    e39e6f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. initialize a variable

    brucefan1983 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    816bd74 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. CHECK

    brucefan1983 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    dbc91ed View commit details
    Browse the repository at this point in the history
  2. follow Daniel suggestion

    brucefan1983 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    96e2b59 View commit details
    Browse the repository at this point in the history