Skip to content

This is a demonstration of parallel matrix multiplication using the HPX library.

Notifications You must be signed in to change notification settings

matrixbot123/parallel-matrix-multiplication-hpx-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Matrix Multiplication using HPX

Build

mkdir build
cd build
cmake ..
make

If you have HPX added to path you can just find_package(HPX QUIET) in camke file and remove the set(CMAKE_PREFIX_PATH ...) line

Run

./matrix_mul

Output

output

About

This is a demonstration of parallel matrix multiplication using the HPX library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published