mirror of https://github.com/k3s-io/k3s
Merge pull request #73939 from jiayingz/cuda10-test
Update ppc64le cuda-vector-add 2.0 to be based on Cuda10 base image.pull/564/head
commit
763042e938
|
@ -1,2 +1,2 @@
|
||||||
amd64=nvidia/cuda:10.0-devel-ubuntu18.04
|
amd64=nvidia/cuda:10.0-devel-ubuntu18.04
|
||||||
ppc64le=nvidia/cuda-ppc64le:9.2-devel-ubuntu16.04
|
ppc64le=nvidia/cuda-ppc64le:10.0-devel-ubuntu18.04
|
||||||
|
|
|
@ -15,4 +15,4 @@ $ make push
|
||||||
## Version history:
|
## Version history:
|
||||||
|
|
||||||
1.0: build cuda-vector-add from CUDA 8.0.
|
1.0: build cuda-vector-add from CUDA 8.0.
|
||||||
2.0: build amd64 cuda-vector-add from CUDA 10.0 and ppc64le from CUDA 9.2.
|
2.0: build cuda-vector-add from CUDA 10.0
|
||||||
|
|
Loading…
Reference in New Issue