Introduction to CUDA C/C++ (2023)
Copyright (c) Pierre Talbot, 2023 UL HPC Team <hpc-team@uni.lu>
For this session, everything is explained in the slides given above. The code is available in different places:
- gpu/cuda2023: contains the exercises (
.cu
files). - gpu/cuda2023/solutions: contains the solutions of the exercises.
- gpu/cuda2023/demo: contains the fully functional code demo shown and explained during the session.