-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[RFC] Run GPU Tests on ROCm in Addition to CUDA #47260
Comments
@cms-sw/heterogeneous-l2 FYI |
cms-bot internal usage |
A new Issue was created by @iarspider. @Dr15Jones, @antoniovilela, @makortel, @mandrenguyen, @rappoccio, @sextonkennedy, @smuzaffar can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
assign core |
type documentation |
New categories assigned: core @Dr15Jones,@makortel,@smuzaffar you have been requested to review this Pull request/Issue and eventually sign? Thanks |
Thank you for the update 👍🏻 |
We would like to change how GPU-accelerated tests are executed.
Currently, GPU tests (unit tests, relvals, and baseline comparisons) are only executed using NVIDIA GPUs (CUDA). After this change is merged, the same tests will also be executed using AMD GPUs (ROCm).
To prevent PR tests from getting stuck if all nodes with ROCm GPUs (currently LUMI) are offline, Jenkins will automatically terminate pending GPU test jobs after one hour. This timeout is preliminary and subject to discussion.
The text was updated successfully, but these errors were encountered: