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

Add HIP support #5253

Merged
merged 1 commit into from May 7, 2024
Merged

Add HIP support #5253

merged 1 commit into from May 7, 2024

Commits on May 6, 2024

  1. Add HIP support for AMD GPUs

    This commits adds cmake functionality that can
    hipify the cuistl framework to support AMD GPUs.
    
    Some tests have been written as HIP does not mirror
    CUDA exactly.
    
    CONVERT_CUDA_TO_HIP is the new CMAKE argument.
    CMAKE version is increased to include HIP
    as a language (3.21 required).
    
    A macro is added to create a layer of indirection
    that will make only cuistl files that have been
    changed rehipified.
    
    Some BDA stuff is extracted to make sure CUDA
    is not accidentally included.
    Tobias Meyer Andersen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    e9d6b32 View commit details
    Browse the repository at this point in the history