jenkins build for cuda 10.0 (#4281)

* jenkins build for cuda 10.0

* yum install nccl2 for cuda 10.0
This commit is contained in:
Rong Ou
2019-03-22 22:35:18 -07:00
committed by Philip Hyunsu Cho
parent 263e2038e9
commit 5aa42b5f11
4 changed files with 9 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ def commit_id
def branch_name
def buildMatrix = [
[ "enabled": true, "os" : "linux", "withGpu": true, "withNccl": true, "withOmp": true, "pythonVersion": "2.7", "cudaVersion": "10.0" ],
[ "enabled": true, "os" : "linux", "withGpu": true, "withNccl": true, "withOmp": true, "pythonVersion": "2.7", "cudaVersion": "9.2" ],
[ "enabled": true, "os" : "linux", "withGpu": true, "withNccl": true, "withOmp": true, "pythonVersion": "2.7", "cudaVersion": "8.0" ],
[ "enabled": true, "os" : "linux", "withGpu": true, "withNccl": false, "withOmp": true, "pythonVersion": "2.7", "cudaVersion": "8.0" ],