Skip to content

Using multithreaded random generated matrix, we can determine the time needed to run it in every system and create a data base (TODO)

Notifications You must be signed in to change notification settings

CtrlSt4rk/matrixbenchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Benchmark v2.0

A simple matrix multiplication parallel benchmark using OpenMP with int and float variants for Linux and Apple Silicon MacOS, for Windows, it requires WSL. It utilizes CPU for now, with plans to enable AVX-512 and GPU compute.

To use it, just run the script on your terminal (./cli.sh)

If permission is denied, type on the terminal "chmod +x cli.sh"

About

Using multithreaded random generated matrix, we can determine the time needed to run it in every system and create a data base (TODO)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published