CUDA

Promoted by my newest module, Parallel Programming, I'm currently busy creating multi-threaded programs as part of our labs in the module. Feel free to browse them below!

RGB To Greyscale

This lab presented up with a template of code, along with comments to fill in code at various points. It demonstrated how using a grid of blocks with various threads improved the run time in comparison to a single thread/ CPU.