We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3cb1b commit 986e53aCopy full SHA for 986e53a
checks/microbenchmarks/gpu/dgemm/coralgemm.py
@@ -18,7 +18,7 @@ class CoralGemm(rfm.RegressionTest):
18
sourcesdir = None
19
build_system = 'CMake'
20
prebuild_cmds = [
21
- 'git clone --depth 1 --branch 2024.12 '
+ 'git clone --depth 1 --branch 2025.11 '
22
'https://github.com/AMD-HPC/CoralGemm.git'
23
]
24
time_limit = '3m'
0 commit comments