kubernetes/test/images/cuda-vector-add
briwan01 2aed699d8c test images: Update CudaVectorAdd test image to support arm64
Signed-off-by: briwan01 <Brian.Wang@arm.com>
2023-01-19 10:18:17 +08:00
..
BASEIMAGE
Dockerfile
OWNERS
README.md
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