- Hello World in CUDA
- Scalar Sum
- Vector Sum
- Elementwise Matrix Manipulation
- Matrix Multiplication
- Stencil Operations
- Reduction Operations
jit
vectorize
guvectorize
(gu)vectorize
with CUDA Backendcuda.jit
cupy
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 disable the timeout, which is set by default at 5 seconds. To do this, run the script provided under the MCP
folder as sudo
.
sudo ./disable_timeout.sh