Skip to content

ramesh-adhikari/HPC

Repository files navigation

HPC (High Performance Computing)

This repository contains the C/C++ code for high performance computing exercises. Note: This repository is only for educational purpose

Exercise1: Calculating cache hit/miss ratio

  • Please find the problem details here
  • Please find the solutions here

Exercise2: Loop transformation and dependency graph analysis

Exercise3: Sparse matrix vector multiplication

Exercise4: Bellman Ford Algorithm code optimization using SIMD vectorization and Tiling

Exercise5: CUDA matrix multiplicationm