summarylogtreecommitdiffstats
path: root/Makefile.config
diff options
context:
space:
mode:
authorDaniel Bermond2018-09-29 01:04:43 +0000
committerDaniel Bermond2018-09-29 01:04:43 +0000
commit213ddfea35bf7110130b1ecfb03420ef7d3b33c1 (patch)
tree200f6ac985ebcb4d294b538ed25df17ceb1dad03 /Makefile.config
parent1f471c31db593e94cd9a97ea7b09d6a91b47431e (diff)
downloadaur-213ddfea35bf7110130b1ecfb03420ef7d3b33c1.tar.gz
Add nccl support
nccl is now open source again as of version 2.3.5.5 and has landed on the official repositories. Since there is no more manual download required to build nccl, we can add it here.
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config b/Makefile.config
index 02142d08dc6f..5fe8110f4cca 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -22,7 +22,7 @@ PYTHON_LIB := /usr/lib
WITH_PYTHON_LAYER := 1
INCLUDE_DIRS := $(PYTHON_INCLUDE)
LIBRARY_DIRS := $(PYTHON_LIB)
-#USE_NCCL := 1
+USE_NCCL := 1
USE_PKG_CONFIG := 1
BUILD_DIR := build
DISTRIBUTE_DIR := distribute