A deep dive into GPU programming and parallel computing This repository documents my 100-day journey of learning and writing CUDA kernels. The goal is to explore GPU acceleration, optimize parallel computations, and gain hands-on experience with CUDA for high-performance computing.
Mentor: https://github.com/hkproj/
Discord : https://discord.gg/4Tg4TkJQzE
Instructions: https://github.com/hkproj/100-days-of-cuda
Notes From each Day:
Day 1 - https://github.com/ShlokVFX/100-days-cuda/blob/main/Day1/Notes.md
Day 2 - https://github.com/ShlokVFX/100-days-cuda/blob/main/Day2/Notes.md
Day 3 - https://github.com/ShlokVFX/100-days-cuda/blob/main/Day3/Notes.md
Day 4 - https://github.com/ShlokVFX/100-days-cuda/blob/main/Day4/Notes.md
Day 5 - https://github.com/ShlokVFX/100-days-cuda/blob/main/Day5/Notes.md
Day 6 - https://github.com/ShlokVFX/100-days-cuda/blob/main/Day6/Notes.md
Day 7 - https://github.com/ShlokVFX/100-days-cuda/blob/main/Day7/Notes.md
Day 8 - https://github.com/ShlokVFX/100-days-cuda/blob/main/Day8/Notes.md
Day 9 - https://github.com/ShlokVFX/100-days-cuda/blob/main/Day9/Notes.md