Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 515 Bytes

File metadata and controls

18 lines (13 loc) · 515 Bytes

CUDA Tutorial Code Samples

Here we provide the codebase for samples that accompany the tutorial "CUDA and Applications to Task-based Programming".

Requirements:

  • Recent Clang/GCC/Microsoft Visual C++
  • CMake 3.20 (Ubuntu users please update!)
  • CUDA capable GPU with compute capability 5.2 or later
  • CUDA Toolkit 9.0 or later

Recommended:

  • GCC 10/Microsoft Visual C++ 2019 or later
  • Nsight Systems
  • Nsight Compute
  • CUDA capable GPU with compute capability 7.0 or later
  • CUDA Toolkit 11.0 or later