Updated benchmarkls with ROCm 6.4.4

This commit is contained in:
Donato Capitella
2025-09-28 09:38:04 +01:00
parent 7dd4490398
commit ba88675b9c
142 changed files with 8449 additions and 110 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ for MODEL_PATH in "${MODEL_PATHS[@]}"; do
CMD="${CMDS[$ENV]}"
# For ROCm 6.4.4 and 7 envs, run default + HIPBLASLT=0 variants; others: default only
if [[ "$ENV" == rocm7_* || "$ENV" == rocm6_4_4* ]]; then
if [[ "$ENV" == rocm7_* || "$ENV" == rocm6_4_* ]]; then
HBLT_MODES=( default off )
else
HBLT_MODES=( default )