update for cu13 builds (no ci will be provided)

This commit is contained in:
Concedo
2025-09-26 16:01:43 +08:00
parent 8b5ebfcc8d
commit 1a4f54dd11
3 changed files with 13 additions and 1 deletions
+3
View File
@@ -39,6 +39,9 @@ fi
if [ -n "$ARCHES_CU12" ]; then
ARCHES_FLAG="LLAMA_ARCHES_CU12=1"
fi
if [ -n "$ARCHES_CU13" ]; then
ARCHES_FLAG="LLAMA_ARCHES_CU13=1"
fi
if [ -n "$NO_WMMA" ]; then
NO_WMMA_FLAG="LLAMA_NO_WMMA=1"
fi