From 19845cd62c20424fc0cca4208266785f5305baab Mon Sep 17 00:00:00 2001 From: winstywang Date: Wed, 5 Apr 2017 01:28:22 -0700 Subject: [PATCH] add pascal make target --- make/config.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/make/config.mk b/make/config.mk index 737314a55c41..932d4e037101 100644 --- a/make/config.mk +++ b/make/config.mk @@ -60,6 +60,7 @@ CUDA_ARCH := -gencode arch=compute_30,code=sm_30 \ -gencode arch=compute_35,code=sm_35 \ -gencode arch=compute_50,code=sm_50 \ -gencode arch=compute_50,code=compute_50 + -gencode arch=compute_62,code=compute_62 # whether use cuda runtime compiling for writing kernels in native language (i.e. Python) USE_NVRTC = 0