Implementation of various Parallel Computing algorithms using CUDA C++
To Compile : !nvcc <file_name.cu>
To Run : ./a.out
- Matrix Multiplication and Addition
- Resultant sum of dot products
- Hillis-Steele Scan
- Blelloch Scan
- Maximum size sqaure submatrix
- Floyd-Warshall (Shortest Path between all pairs of points in a graph)