chrishkchris commented on a change in pull request #624: SINGA-487 Include NCCL 
and MPICH in conda build
URL: https://github.com/apache/singa/pull/624#discussion_r394113778
 
 

 ##########
 File path: tool/conda/singa/conda_build_config.yaml
 ##########
 @@ -27,12 +27,16 @@ CONDA_BUILD_SYSROOT:
 cudnn:                      # [linux]
     - "7.3.1 cuda10.0_0"    # [environ.get("CUDA")=="10.0"]
     - "7.3.1 cuda9.0_0"     # [environ.get("CUDA")=="9.0"]
-mkldnn:
-    - 0.14
 python:
     - 3.6
     - 3.7
+nccl:
+    - 2.4.8.1
+mpich:
+    - 3.3.2
 build_str:
-    - "cudnn7.3.1_cuda10.0"   # [environ.get("CUDA")=="10.0"]
-    - "cudnn7.3.1_cuda9.0"    # [environ.get("CUDA")=="9.0"]
-    - "cpu"              # [environ.get("CUDA", "")== ""]
\ No newline at end of file
+    - "cudnn7.3.1_cuda10.0"   # [environ.get("CUDA")=="10.0"] && 
[environ.get("DIST")=="OFF"]
+    - "cudnn7.3.1_cuda9.0"    # [environ.get("CUDA")=="9.0"] && 
[environ.get("DIST")=="OFF"]
+    - "cpu"              # [environ.get("CUDA", "")== ""]
+    - "cudnn7.3.1_cuda10.0_nccl2.4.8.1_mpich3.3.2"     # 
[environ.get("CUDA")=="10.0"] && [environ.get("DIST")=="ON"]
 
 Review comment:
   Yes, did the build test in the docker container for conda-build, on 1.cpu 
version build, 2.gpu version build, and 3.gpu+nccl version build

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to