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-18 03:25:27 +0300
committerBoris Fomitchev <bfomitchev@nvidia.com>2016-03-18 03:25:27 +0300
commite6f4a83da64db4c99dbef819883b873fdec57b6e (patch)
tree43cfc46449eeaef7bd4bfb51ace1374e811e1180 /Makefile
parent1a8bae5b2f1feffa170d655ff1f56ec93265a3cb (diff)
Removing Tegra
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files 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