Implementation and benchmark of various matrix-matrix multiplication algorithms using function calls to OpenBLAS.
- GCC
- OpenBLAS
$ make
To run benchmark utlity:
$ ./matrix_bench
To save results in CSV file:
$ ./matrix_bench > benchmark.csv
Implementation and benchmark of various matrix-matrix multiplication algorithms using function calls to OpenBLAS
CNOASSERTION