Update ROCm to 10.0.0 release (#27803)

This commit is contained in:
Mario Limonciello
2026-09-02 19:49:11 +02:00
committed by GitHub
parent 9400c8946e
commit cff184438e
2 changed files with 6 additions and 6 deletions
@@ -24,7 +24,7 @@ runs:
write-host "Installing ROCm wheels for multi-arch support"
# Install ROCm wheels for multi-arch support (this may take several minutes)
python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,devel]==${{ inputs.version }}"
python -m pip install --index-url https://stable.repo.amd.com/rocm/whl-next/ "rocm[libraries,devel]==${{ inputs.version }}"
# Pre-expand the devel tree so it is included in the cache
write-host "Initializing ROCm devel tree"