summarylogtreecommitdiffstats
path: root/Makefile.config
diff options
context:
space:
mode:
authorDaniel Bermond2022-03-01 11:45:46 -0300
committerDaniel Bermond2022-03-01 11:45:46 -0300
commit479695196bafddff1634953b39ad39069b8b2c56 (patch)
tree7a67d2c9b97b66973eafe6b1327d536e7084f75e /Makefile.config
parentd516a426d67c1136e3b6d699e98019809fcd6f4b (diff)
downloadaur-caffe-cuda-git.tar.gz
Update cuda architectures
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