/cuda-nvrtc-cdp

CUDA Runtime Compilation and Dynamic Parallelism samples.

Primary LanguageC++

CUDA NVRTC & CDP samples

Feature list:

  • CUDA Driver API
  • CUDA Runtime Compilation
  • CUDA Dynamic Parallelism
  • saxpy, qsort, mandelbrot samples
  • pageable vs pinned memory sample - transfer times captured with CUDA events

Requirements

  • CMake
  • NVRTC requires CUDA GPU sm20+
  • CDP requires CUDA GPU sm35+
  • Windows only

Mandelbrot set with CUDA Dynamic Parallelism - The Mariani-Silver Algorithm

References: