A collection of GPU code samples for computing club 2023.
Useful CUDA tools:
nvidia-smi
- CUDA htopcuda-gdb
- CUDA gdbcompute-sanitizer
- CUDA memcheck
See also:
- CUDA Toolkit - How to get CUDA and how it works
- CUDA C++ Programming Guide - How to write CUDA
- CUDA Runtime API - How to really write CUDA
- CUDA Driver API - How to really really write CUDA
- NVIDIA cuda-samples - Examples
Useful packages:
- CUDA C++ Core Libraries - Thrust + CUB + libcudacxx