Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 293 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 293 Bytes

cuda-demo

Small CUDA samples.

Currently, the code must be compiled and run from the NVIDIA HPC SDK Container since I wasn't able to set up HPC SDK on (WSL-)NixOS:

just run-container ./c.out # Compile and run C code
just run-container ./f.out # Compile and run Fortran code