Zarf package that deploys a k3d cluster that has GPU support
zarf package create .
zarf package deploy zarf-package-k3d-local-amd64-v1.27.2.tar.zst
kubectl get hr -n bigbang
kubectl apply -f image/cuda-vector-add.yaml
kubectl logs -n gpu-test cuda-vector-add
Should return:
[Vector addition of 50000 elements]
Copy input data from the host memory to the CUDA device
CUDA kernel launch with 196 blocks of 256 threads
Copy output data from the CUDA device to the host memory
Test PASSED
Done