mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-26 16:50:51 -04:00
Some of these images didn't have any job run for them. Some of these images previously failed due to an issue that has been addressed since. Making a change into their image directory will spawn a postsubmit job that will build that image. |
||
|---|---|---|
| .. | ||
| 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