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

fix cray clang compiler errors #2392

Merged
merged 3 commits into from
Sep 24, 2024

Commits on Sep 23, 2024

  1. fix cray clang compile issue

    ```
    include/alpaka/acc/TagAccIsEnabled.hpp:34:66: error: template template argument has different template parameters than its corresponding template template parameter
       34 |     using EnabledAccTags = alpaka::meta::Filter<AccTags, alpaka::AccIsEnabled>;
          |                                                                  ^
    ```
    psychocoderHPC committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    128d446 View commit details
    Browse the repository at this point in the history
  2. fix cray clang OpenMP linker issues

    CMake is not setting the linker flag `-fopenmp`  for the cray clang
    compiler.
    psychocoderHPC committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    351935e View commit details
    Browse the repository at this point in the history
  3. remove clang -frelaxed-template-template-args

    remove clang workaround
    psychocoderHPC committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4dc8da6 View commit details
    Browse the repository at this point in the history