kubernetes/test/images/cuda-vector-add
Richard Chen 794ec63bbd Output the nvidia gpu information in the E2E test.
Including the gpu information simplifies driver version verification.
nvidia-smi is used in order to display gpu information, which contains the driver version.
2019-06-18 17:11:19 -07:00
..
BASEIMAGE Update ppc64le cuda-vector-add 2.0 to be based on Cuda10 base image. 2019-02-11 15:45:53 -08:00
Dockerfile Output the nvidia gpu information in the E2E test. 2019-06-18 17:11:19 -07:00
README.md Update ppc64le cuda-vector-add 2.0 to be based on Cuda10 base image. 2019-02-11 15:45:53 -08:00
VERSION

cuda_vector_add

This is a small CUDA application that performs a simple vector addition. Useful for testing CUDA support in Kubernetes.

How to release:

# Build
$ make

# Push
$ make push

Version history:

1.0: build cuda-vector-add from CUDA 8.0. 2.0: build cuda-vector-add from CUDA 10.0