summarylogtreecommitdiffstats
path: root/Makefile.config
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.config b/Makefile.config
index c8a00aafbf23..f268a64ec94c 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -18,7 +18,8 @@ CUDA_ARCH := -gencode arch=compute_52,code=sm_52 \
-gencode arch=compute_72,code=sm_72 \
-gencode arch=compute_75,code=sm_75 \
-gencode arch=compute_80,code=sm_80 \
- -gencode arch=compute_80,code=compute_80
+ -gencode arch=compute_86,code=sm_86 \
+ -gencode arch=compute_86,code=compute_86
BLAS := open
BLAS_INCLUDE := /usr/include
BLAS_LIB := /usr/lib