/OpenBLAS_bench

Implementation and benchmark of various matrix-matrix multiplication algorithms using function calls to OpenBLAS

Primary LanguageCOtherNOASSERTION

OpenBLAS_bench

Implementation and benchmark of various matrix-matrix multiplication algorithms using function calls to OpenBLAS.

Dependencies

  • GCC
  • OpenBLAS

Building

$ make

Usage

To run benchmark utlity:

$ ./matrix_bench

To save results in CSV file:

$ ./matrix_bench > benchmark.csv