Skip to content

Comparison of the performance of some matrix operations for different implementations.

Notifications You must be signed in to change notification settings

dryarullin/MatrixBenchmark

Repository files navigation

MatrixBenchmark

Comparison of the performance of some matrix operations for different implementations.

How to use:

  1. It's necessary to configure the dependencies described in the conanfile.txt. The use of Conan is optional.
  2. mkdir build && cd build
  3. cmake .. -G <your generator> -DWITH_VECTORIZE_AVX=ON -DWITH_MATRIX_ADDITION=ON or -DWITH_MKL=ON -DWITH_MATRIX_MULTIPLICATION=ON. Additional options can be found in the CMakeLists.txt.
  4. cmake --build . --config Release

About

Comparison of the performance of some matrix operations for different implementations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published