Linux CUDA13 Action (#2186)

* Linux CU13 CI

* Bump max CUDA arch

* CUDA13 Linux

* Upload the correct build to rolling (CUDA13)

* Downgrade cuda to get better compatibility

Runpod can't handle 13.1, and if they can't handle it neither can the people with a secondary GPU of an older generation.

* Add support for compute capability 89 in NVCCFLAGS
This commit is contained in:
henk717
2026-05-06 12:06:39 +02:00
committed by GitHub
parent 15e86c4f9b
commit bcf9c81e0d
2 changed files with 80 additions and 1 deletions
+3 -1
View File
@@ -247,7 +247,9 @@ NVCCFLAGS += -Wno-deprecated-gpu-targets \
-gencode arch=compute_75,code=compute_75 \
-gencode arch=compute_80,code=compute_80 \
-gencode arch=compute_86,code=compute_86 \
-DKCPP_LIMIT_CUDA_MAX_ARCH=860
-gencode arch=compute_89,code=compute_89 \
-gencode arch=compute_120,code=compute_120 \
-DKCPP_LIMIT_CUDA_MAX_ARCH=1200
else
NVCCFLAGS += -Wno-deprecated-gpu-targets -arch=all