k8s.io/kubernetes@v1.29.3/test/images/cuda-vector-add/README.md (about)

     1  ## cuda_vector_add
     2  
     3  This is a small CUDA application that performs a simple vector addition. Useful for testing CUDA support in Kubernetes.
     4  
     5  ## How to release:
     6  
     7  ```
     8  # Build
     9  $ make
    10  
    11  # Push
    12  $ make push
    13  ```
    14  
    15  ## Version history:
    16  
    17  1.0: build cuda-vector-add from CUDA 8.0.
    18  2.0: build cuda-vector-add from CUDA 10.0