1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 01:46:55 +00:00
kyverno/vendor/k8s.io/kubernetes/test/images/cuda-vector-add
2019-10-23 23:19:53 -07:00
..
BASEIMAGE update vendor 2019-10-23 23:19:53 -07:00
Dockerfile update vendor 2019-10-23 23:19:53 -07:00
README.md update vendor 2019-10-23 23:19:53 -07:00
VERSION update vendor 2019-10-23 23:19:53 -07: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