From e6f4a83da64db4c99dbef819883b873fdec57b6e Mon Sep 17 00:00:00 2001 From: Boris Fomitchev Date: Thu, 17 Mar 2016 17:25:27 -0700 Subject: [PATCH] Removing Tegra --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index be38d72..a3f675e 100644 --- a/Makefile +++ b/Makefile @@ -32,8 +32,8 @@ VERBOSE ?= 0 CUDACODE := -gencode=arch=compute_35,code=sm_35 \ -gencode=arch=compute_50,code=sm_50 \ - -gencode=arch=compute_52,code=sm_52 \ - -gencode=arch=compute_53,code=sm_53 + -gencode=arch=compute_52,code=sm_52 + BUILDDIR := build