From 75e3936aa1ed86cc44eedbd891a270c0c3c9c328 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Thu, 19 Oct 2017 20:22:43 +0000
Subject: [PATCH] Fixed Makefile for the CUDA 9.0
---
Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index b72d3c0..cd39151 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,7 @@
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] \
--
Gitblit v1.10.0