carpentries-incubator / lesson-gpu-programming

GPU Programming with Python and CUDA.
https://carpentries-incubator.github.io/lesson-gpu-programming/
Other
20 stars 12 forks source link

Adding link to videos. #61

Closed isazi closed 2 years ago

isazi commented 2 years ago

We decided to add a couple of videos to introduce more general concepts. The videos could be pointed out to the participants in advance, or at the end of a day in multi-day courses. They could also be watched together in class if necessary.

HannoSpreeuw commented 2 years ago

What is not in those two videos is the GPU programming model. So threads and blocks are mentioned, but not grids.

isazi commented 2 years ago

I was thinking that maybe this video provided a lot of information that is redundant for the course. GDDR DRAM and voltage regulator module, for instance, seem redundant to me. image

It contains more than what we teach, but can be useful to more curious participants to get more info on how GPUs work.

isazi commented 2 years ago

What is not in those two videos is the GPU programming model. So threads and blocks are mentioned, but not grids.

The programming model we explain ourselves