Resources:
- https://leetgpu.com/playground
- Video Lecture: FreeCodeCamp
- Jeremy Haward 2 lectures
- PMPP Book
Day1: 28 Jan, 2025
- Watched FreeCodeCamp CUDA lecture till Chapter 3 (1:36:48).
- Find resources for writing cuda program.
- Hello world in cuda
- Copy one array to another in cuda
- Add two vector
- Fine square of every element of a metrix.
- Element wise multiple two metrix.
- Neive Matrix Multiplication
- Solve all the problems of Chapter 3: PMPP
- Add two vector using shared memory (failed).
- Add two matrix using shared memory (failed).
- Print Device properties
- Add two vector using shared memory in python.
- Add two vector using shared memory in python.
- Add two vector using shared memory in cuda.
- Add two vector using shared memory in cuda.
- Tried matrix multiplicationusing shared memory - failed
- I need more clearity on index mapping, tomorrow I'll again start writing python and will solve simple problem using shared memory.