This repository contains a C++ implementation of matrix multiplication using the HPX library for multithreading and parallelism. To optimize performance and make better use of the CPU cache, the ...
๐Ÿ“Œ Project Overview This research-based project evaluates the performance and scalability of dense matrix multiplication (100 \times 100) using the Message Passing Interface (MPI). The study compares ...