Comparison of the performance of some matrix operations for different implementations.
How to use:
- It's necessary to configure the dependencies described in the conanfile.txt. The use of Conan is optional.
- mkdir build && cd build
- 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.
- cmake --build . --config Release