Here is a list of examples:
- Basic device detection using nvcc and CUDA
- Basic device detection using CMake and CUDA
- Vector addition using CUDA
- Vector multiplication using CUDA
- Explores the use of the block sizes using CUDA
- Shows how to create a CUDA project using CMake
- Managed memory example
- Matrix multiplication example
- Cooperative groups example