Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.25 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.25 KB

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: