CAS752
CAS752 PARALLEL PROGRAMMING LAB
Exercises to implement parallel algorithms using openMP, MPI etc. with CUDA and other architectures.
- Implement a parallel program for selection problem.
- Implement a parallel program for merging problem.
- Implement a parallel modified quick sort program.
- Implement a parallel program for searching problem.
- Implement a parallel program for matrix transpose problem.
- Implement a parallel program for matrix multiplication problem.
- Implement a parallel program for convolution problem in image processing.
- Implement a parallel program for finding connected components problem.
- Implement a parallel program for all-pairs shortest path problem.
- Implement a parallel program for minimum spanning tree problem.