kubernetes/test/images/cuda-vector-add
Claudiu Belu 38dea811cb test images: Minor changes to trigger postsubmit image building jobs
Some of these images didn't have any job run for them. Some of these
images previously failed due to an issue that has been addressed since.

Making a change into their image directory will spawn a postsubmit job
that will build that image.
2021-01-13 21:44:55 -08:00
..
BASEIMAGE images: Adds linux/ prefix to BASEIMAGE entries 2020-02-21 02:09:49 -08:00
Dockerfile test images: Adds Windows support (part 1) 2020-02-21 02:09:49 -08:00
OWNERS test images: Adds OWNERS files for images (part 3) 2020-04-14 05:26:22 -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 test images: Minor changes to trigger postsubmit image building jobs 2021-01-13 21:44:55 -08:00

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