VanCholen / CodeSamples

Code samples for the CUDA tutorial "CUDA and Applications to Task-based Programming"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Code samples for the CUDA tutorial "CUDA and Applications to Task-based Programming"


Languages

Language:Cuda 85.4%Language:C++ 8.7%Language:CMake 5.9%