Add CUDA shell example

This commit is contained in:
2026-02-03 18:20:23 +01:00
parent 0775e1ce73
commit 0495bf0dee
6 changed files with 705 additions and 0 deletions

4
cuda/README.md Normal file
View File

@@ -0,0 +1,4 @@
# CUDA example
Run `nix develop` to load the environment and `make` to build the example CUDA
program. Run it with `./cudainfo` from the fox machine to test it.