AVX SIMD in matrix multiplication
code discussion - AVX SIMD in matrix multiplication
Some results on Haswell, compiled with MSVC[1] 2017, measuring the time (in cycles) per element of the result matrix (so you can mentally compare it to how much time it should take). Time results were eyeballed and rounded to a “typical” value:
Written on October 1, 2020, Last update on October 1, 2020
avx
matrix
vector