From ec3de28ae5aea183975ea60fed48b5c05deb0a8e Mon Sep 17 00:00:00 2001 From: Boris Fomitchev Date: Wed, 16 Mar 2016 19:23:49 -0700 Subject: [PATCH] Preparing for pbuild --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c019d43..8d0d844 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,9 @@ 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_52,code=sm_52 \ + -gencode=arch=compute_50,code=sm_53 \ + -gencode=arch=compute_52,code=sm_55 BUILDDIR := build