From 192135106f090182e08d9ad134cb0e4668c3eb6e Mon Sep 17 00:00:00 2001
From: stereomatchingkiss <thamngapwei@gmail.com>
Date: Sat, 03 Feb 2018 10:30:42 +0000
Subject: [PATCH] fix bug 368
---
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