Exercises using CUDA
conv Code related to convolution. Attempts to implement backprop for conv.
hello Various small programs aiming at understanding GPU memory structure. e.g. tiling, shared / constant memory.
bfs BFS graph search parallel pattern.