From 92d2123d8d36e9174fca0a20c0196be2e0e9685e Mon Sep 17 00:00:00 2001 From: Boris Fomitchev Date: Wed, 16 Mar 2016 19:24:48 -0700 Subject: [PATCH] Added compute 5.3 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8d0d844..b98e5b9 100644 --- a/Makefile +++ b/Makefile @@ -33,8 +33,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_50,code=sm_53 \ - -gencode=arch=compute_52,code=sm_55 + -gencode=arch=compute_50,code=sm_53 + BUILDDIR := build