There was an error while loading. Please reload this page.
1 parent 1021260 commit e041d90Copy full SHA for e041d90
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)" -eq 12 -a "0$(CUDA_MINOR)" -ge 8 -o "0$(CUDA_MAJOR)" -ge 13; echo $$?),0)
23
# Include Blackwell support if we're using CUDA12.8 or above
24
-NVCC_GENCODE ?= -gencode=arch=compute_80,code=sm_80 \
+NVCC_GENCODE ?= -gencode=arch=compute_70,code=sm_70 \
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