From 75e3936aa1ed86cc44eedbd891a270c0c3c9c328 Mon Sep 17 00:00:00 2001 From: AlexeyAB Date: Thu, 19 Oct 2017 23:22:43 +0300 Subject: [PATCH] Fixed Makefile for the CUDA 9.0 --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b72d3c0d..cd39151d 100644 --- a/Makefile +++ b/Makefile @@ -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] \