-
Notifications
You must be signed in to change notification settings - Fork 738
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
[CI][HIP] Switch to using 6.1 rocm and make it use a fixed version. #13300
Conversation
Previously the version was not fixed and could change when rocm latest is updated, which could lead to CI problems. Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
@aelovikov-intel The CI is complaining about intel driver install failures even with the latest commit I made where I used the version of the docker build from the sycl branch unchanged. Does some part of the intel driver install need to be updated somehow? |
Looks like the update image broke pre-commit CI, I've switched to using latest good image at #13606. @JackAKirk @ldrumm , please follow up on the issue. |
Previously the version of ROCM used by docker was not fixed and could change when rocm latest version is updated by AMD, which could lead to CI problems.
This fixes that and sets the version to 6.1.
Only the rocmdev package is installed which is the minimal required package for the compiler. This reduces the memory overhead.