There was an error while loading. Please reload this page.
1 parent e7c8825 commit 97ee098Copy full SHA for 97ee098
src/common.mk
@@ -21,7 +21,8 @@ CUDA_MINOR = $(shell echo $(CUDA_VERSION) | cut -d "." -f 2)
21
# of archs to reduce compile time.
22
ifeq ($(shell test "0$(CUDA_MAJOR)" -ge 13; echo $$?),0)
23
# Add Blackwell but drop Pascal & Volta support if we're using CUDA13.0 or above
24
-NVCC_GENCODE ?= -gencode=arch=compute_80,code=sm_80 \
+NVCC_GENCODE ?= -gencode=arch=compute_75,code=sm_75 \
25
+ -gencode=arch=compute_80,code=sm_80 \
26
-gencode=arch=compute_90,code=sm_90 \
27
-gencode=arch=compute_100,code=sm_100 \
28
-gencode=arch=compute_120,code=sm_120 \
0 commit comments