- Hello World in CUDA
- Scalar Sum
- Vector Sum
- Elementwise Matrix Manipulation
- Matrix Multiplication
- Stencil Operations
- Reduction Operations
jitvectorizeguvectorize
(gu)vectorizewith CUDA Backendcuda.jitcupy
All code has been tested targeting the NVIDIA Jetson Nano 2GB Dev Kit.
For more time-consuming computations on the NVIDIA Jetson Nano, it is recommended to verify that the system timeout, which is set by default at 5 seconds, is disabled.
To do this, run the script provided under the MCP folder as sudo:
sudo ./disable_timeout.sh