List of all GPU Programming Projects
- Vector addition using non-unified memory
- Vector addition using unified memory and prefetching
- Matrix Multiplication using Shared Memory Tiling
- 2-d Convolution
- (TBD) IIT Madras GPU Programming Assignment:
i. Given a set of M cores and N tasks, as well as the time of execution T(i) and priorities, the turn-around time of each of the tasks is to be computed.