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:
authorLuke Yeager <luke.yeager@gmail.com>2015-12-19 00:12:09 +0300
committerLuke Yeager <luke.yeager@gmail.com>2015-12-19 00:19:50 +0300
commitdd0884b7076a4827f99720c8256fec4a9605614f (patch)
treee82268898586021440543cf62ba9aaf6b7456cfe /Makefile
parent651a6edc5c08b2a32e123219c066292abdcf5819 (diff)
Build SM 5.0 code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index db697ba..75c8322 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,7 @@ PREFIX ?= /usr/local
VERBOSE ?= 0
CUDACODE := -gencode=arch=compute_35,code=sm_35 \
+ -gencode=arch=compute_50,code=sm_50 \
-gencode=arch=compute_52,code=sm_52
BUILDDIR := build