Skip to content

Commit ca0fa33

Browse files
committed
support arch 8.6 for 3080
1 parent 1e531be commit ca0fa33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ endif
119119
ccminer_LDADD += -lcuda
120120

121121
nvcc_ARCH :=
122+
#nvcc_ARCH += -gencode=arch=compute_86,code=\"sm_86,compute_86\" # CUDA 11.1
122123
#nvcc_ARCH += -gencode=arch=compute_75,code=\"sm_75,compute_75\" # CUDA 10 req.
123124
#nvcc_ARCH += -gencode=arch=compute_70,code=\"sm_70,compute_70\" # CUDA 9.1
124125
#nvcc_ARCH += -gencode=arch=compute_61,code=\"sm_61,compute_61\" # CUDA 8

0 commit comments

Comments
 (0)