Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 434 Bytes

File metadata and controls

10 lines (8 loc) · 434 Bytes

GPU-Programming

List of all GPU Programming Projects

  1. Vector addition using non-unified memory
  2. Vector addition using unified memory and prefetching
  3. Matrix Multiplication using Shared Memory Tiling
  4. 2-d Convolution
  5. (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.