Files
kubernetes/test/images/cuda-vector-add/README.md
2017-06-30 18:51:23 +05:30

14 lines
204 B
Markdown

## 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
```