This is a demonstration of parallel matrix multiplication using the HPX library.
-
Updated
Apr 4, 2023 - C++
This is a demonstration of parallel matrix multiplication using the HPX library.
HPX, short for High-Performance Parallex, is a C++ runtime system for high-performance computing. The project aims at implementing HPX in the C++ APIs of various machine learning libraries( eg: Pytorch, opennn ) to achieve performance improvements. Also worked on a converter that converts standard C++ code into HPX implemented C++ code.
This program demonstrates Parallel Matrix Multiplication with HPX.
Add a description, image, and links to the hpx-library topic page so that developers can more easily learn about it.
To associate your repository with the hpx-library topic, visit your repo's landing page and select "manage topics."