mirror of https://github.com/k3s-io/k3s
343 B
343 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. 2.0: build amd64 cuda-vector-add from CUDA 10.0 and ppc64le from CUDA 9.2.