-
Notifications
You must be signed in to change notification settings - Fork 75
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
Support ROCm 6.0 #2206
Comments
Can we add ROCm 5.6.1, 5.7.1 and 6.0.0 to the CI ? Do the CI job run on bare metal or in a container ? According to https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/user-kernel-space-compat-matrix.html , ROCm is a lot less flexible than CUDA with respect to backward and forward compatibility. |
We build on own container build on top of the original ROCm container. I opened an issue in the container repo that we need ROCm 6. https://codebase.helmholtz.cloud/crp/alpaka-group-container/-/issues/36 |
That's hard to say because we do not maintain the host OS. We ask from time to time that the admins should update the driver. |
The containers should be not a problem. We use it only for caching. If a container with a specific ROCm version is not available, the CI will use another container and install ROCm each time, if the test is started. Actual you need only add the version numbers to the
I will open a PR and add the tests. But if a test fails, I have not time to fix it at the moment. |
The PR is open: #2207 |
ROCm 6.0 was release a couple of days ago: https://rocm.docs.amd.com/en/docs-6.0.0/about/release-notes.html .
The text was updated successfully, but these errors were encountered: