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

Episode 5: Constant Memory #16

Closed isazi closed 2 years ago

isazi commented 3 years ago

After having looked at registers, global, and local memory it is time for constant memory.

This issue can be used to discuss ideas about the episode.

Development on the episode itself should be conducted on separate branches or forks, and pull requests will be reviewed accordingly.

isazi commented 2 years ago

Just improved the content of the lesson, now the code is explained and there are two challenges. Pull request coming soon.