Skip to content

Course assignments of COL380:- Parallel and Distributed Programming course at IIT Delhi under Professor Subodh Kumar

Notifications You must be signed in to change notification settings

bansal-yash/COL380-Parallel-And-Distributed-Programming

Repository files navigation

COL380 – Parallel and Distributed Programming

Assignments from the Parallel and Distributed Programming course (COL380) at IIT Delhi, taught by Prof. Subodh Kumar

This repository contains assignments that explore concepts in parallelism and distributed computing using C++, OpenMP, MPI, and CUDA.


📁 Assignments

  • Explored the performance of different loop permutations in matrix multiplication using C++.
  • Performance measured using perf and GNU Profiler (gprof).

  • Generation and multiplication of block sparse matrices using OpenMP in C++.
  • Computed row statistics for analyzing sparse matrix behavior.

  • Computed the most influential nodes per color in a colored graph using MPI.
  • Implemented parallel processing of graph data and analyzed different MPI communication strategies.

  • Performed sorted rearrangement of matrices in parallel using CUDA on the GPU.
  • Implemented in C++ with CUDA kernels for parallel acceleration.

  • Optimized sparse matrix multiplication using a hybrid of CUDA, MPI, and OpenMP.
  • Analyzed the scalability of the parallel implementation for varying input sizes.

Each assignment focuses on solving computational problems using different models of parallel and distributed computing. The implementations demonstrate practical knowledge in optimizing and analyzing performance on multicore CPUs and GPUs.

About

Course assignments of COL380:- Parallel and Distributed Programming course at IIT Delhi under Professor Subodh Kumar

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published