ingress-nginx-helm/vendor/k8s.io/kubernetes/test/images/cuda-vector-add/README.md

14 lines
204 B
Markdown
Raw Normal View History

2017-10-06 20:26:14 +00: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
```