Implementation of a few algorithms using CUDA. Developed as coursework for Parallel Algorithms course @ PUC Minas
- matrixMul.cu : Matrix multiplication using CUDA.
- nearestNeighbor.cu : Implementation of Nearest Neighbor algorithm in CUDA.
- scan.cu : Implementation of SCAN parallel programming pattern in CUDA.
- vecSum.cu : Simple sum of two vectors in CUDA.