Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.9 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.9 KB

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