- CUDA Driver API
- CUDA Runtime Compilation
- CUDA Dynamic Parallelism
- saxpy, qsort, mandelbrot samples
- pageable vs pinned memory sample - transfer times captured with CUDA events
- CMake
- NVRTC requires CUDA GPU sm20+
- CDP requires CUDA GPU sm35+
- Windows only
Mandelbrot set with CUDA Dynamic Parallelism - The Mariani-Silver Algorithm