Upgrade to ROCm7.1.1 as default compiler. (#3370)

* upgrade to rocm7.1.1 as new default compiler

* fix jenkinsfile

[ROCm/composable_kernel commit: 7582c9e73f]
This commit is contained in:
Illia Silin
2025-12-09 07:35:32 -08:00
committed by GitHub
parent 821b976ead
commit cdacf1d5f5
4 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ def __version__():
import subprocess
# needs to be manually updated
rocm_version = "7.0.1"
rocm_version = "7.1.1"
hash_width = 6
try:
hash = subprocess.check_output("git rev-parse HEAD", shell=True, text=True)[