Fixed Makefile for the CUDA 9.0

This commit is contained in:
AlexeyAB 2017-10-19 23:22:43 +03:00
parent db73dc9027
commit 75e3936aa1
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@ DEBUG=0
OPENMP=0
LIBSO=0
ARCH= -gencode arch=compute_20,code=[sm_20,sm_21] \
-gencode arch=compute_30,code=sm_30 \
ARCH= -gencode arch=compute_30,code=sm_30 \
-gencode arch=compute_35,code=sm_35 \
-gencode arch=compute_50,code=[sm_50,compute_50] \
-gencode arch=compute_52,code=[sm_52,compute_52] \