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 <borisfom@users.noreply.github.com>2016-03-18 02:03:05 +0300
committerBoris Fomitchev <borisfom@users.noreply.github.com>2016-03-18 02:03:05 +0300
commite8eb285a5950a3ed3203e4375646a42f4cd3d4a4 (patch)
treef9af4bfd5455ee157f0f2b71b579f42824c2de61
parentdfbebe395c4e8c7eb59845a213dad26f2e9dc3e0 (diff)
parentb508d281232ee46e413395cb82600c5c1dea1f58 (diff)
Merge pull request #15 from borisfom/master
Fixing version number and compile param for 5.3
-rw-r--r--Makefile2
-rw-r--r--debian/changelog2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b98e5b9..be38d72 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ 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_53,code=sm_53
BUILDDIR := build
diff --git a/debian/changelog b/debian/changelog
index 1c40a0d..ef41f4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-nccl (1.1.1+cuda75) trusty; urgency=medium
+nccl (1.1.1+cuda7.5) trusty; urgency=medium
* Rebuilding with 7.5