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 CI run for HIP #657

Open
bernhardmgruber opened this issue Dec 13, 2022 · 3 comments
Open

Add CI run for HIP #657

bernhardmgruber opened this issue Dec 13, 2022 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@bernhardmgruber
Copy link
Member

Currently, the CI only tests CPU targets and CUDA. We should extend it to also test compilation for AMD's HIP.

@bernhardmgruber bernhardmgruber changed the title Add CI tests for HIP Add CI run for HIP Dec 13, 2022
@bernhardmgruber bernhardmgruber added the help wanted Extra attention is needed label Dec 13, 2022
@psychocoderHPC
Copy link
Member

Compile tests can be performed in the current github runners. But to test runtime CUDA and HIP must be executed in our HZDR gitlab CI.

@bernhardmgruber
Copy link
Member Author

I am already totally fine with just compilation tests. I had a quick look into the ROCm docs and it seemed I would have to build their clang myself, so I bailed out. If you have a good resource for how to setup a HIP compilation environment, please link it here! Thx!

@psychocoderHPC
Copy link
Member

I suggest using the apt repositories. If you like to build ROCm you should use spack because AMD is maintaining spack better than their documentation on how to build ROCm.

For manual build I have only an outdated script: https://gist.github.com/psychocoderHPC/0f451dbbd79ee9a15dfaf3cb8298406e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants