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:24:48 +0300
committerBoris Fomitchev <bfomitchev@nvidia.com>2016-03-17 05:24:48 +0300
commit92d2123d8d36e9174fca0a20c0196be2e0e9685e (patch)
tree4ad27858e39acebfcd88ceb2c4fc4576e057e2e5 /Makefile
parentec3de28ae5aea183975ea60fed48b5c05deb0a8e (diff)
Added compute 5.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files 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