Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/nccl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Fomitchev <bfomitchev@nvidia.com>2016-03-17 05:23:49 +0300
committerBoris Fomitchev <bfomitchev@nvidia.com>2016-03-17 05:23:49 +0300
commitec3de28ae5aea183975ea60fed48b5c05deb0a8e (patch)
tree975170f300ab0985eed37e3c6c716a4c499b6bc6 /Makefile
parent86dc136fa987f750ec03d7136000d97ff17979f8 (diff)
Preparing for pbuild
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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