kubernetes/test/images/cuda-vector-add-old/README.md
Claudiu Belu b42c1a3e47 test images: Adds cuda-vector-add-old image
Currently, the only image left in gcr.io/kubernetes-e2e-test-images is the
cuda-vector-add:1.0 image.

According to 8408188cdf, the 1.0 image was based on CUDA 8.0,
while the 2.0 version is based on CUDA 10.0. We can simply rebuild the 1.0 image based on
the CUDA 8.0 image and then promote the new image.

Added ALIAS file, which specifies what the image name should be, similarly to how we build
multiple versions of nginx and httpd.

Note that the image CMD was changed from "./vectorAdd" to "nvidia-smi && ./vectorAdd" in 2.0.
2021-04-07 15:02:15 +00:00

268 B

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.