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 support for ROCm 6.0 #2210

Merged
merged 2 commits into from
Dec 21, 2023

Conversation

psychocoderHPC
Copy link
Member

@psychocoderHPC psychocoderHPC commented Dec 20, 2023

fix #2206

  • update the HIP install script

  • ROCm 6 shipped clang is broken and clang -v is failing. Therefore this
    PR is changing all compiler -v queries to --version.

  • CMake: set ROCM 6.0 as supported version

  • contains add ROCm CI tests for version 5.6, 5.7 #2207

CI_FILTER: ^linux_hipcc
- update HIP install script
- ROCm 6 shipped clang is broken and `clang -v` is failing. Therefore this
PR is changing all compiler `-v` querries to `--version`.
- CMake: set ROCM 6.0 as supported version
@psychocoderHPC psychocoderHPC marked this pull request as ready for review December 20, 2023 15:03
@SimeonEhrig SimeonEhrig merged commit 1cdf4f9 into alpaka-group:develop Dec 21, 2023
22 checks passed
@psychocoderHPC psychocoderHPC deleted the topic-supportRocm6.0 branch December 21, 2023 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Support ROCm 6.0
2 participants