mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Optimization: added super efficient rowmajor * vector product (and vector * colmajor).
It basically performs 4 dot products at once reducing loads of the vector and improving instructions scheduling. With 3 cache friendly algorithms, we now handle all product configurations with outstanding perf for large matrices.
This commit is contained in:
@@ -5,7 +5,6 @@ mtl4 ; with lines lc rgbcolor "#74B973" lt 1
|
||||
blitz ; with lines lc rgbcolor "#38F5F5" lt 1
|
||||
ATLAS ; with lines lc rgbcolor "green" lt 1
|
||||
INTEL_MKL ; with lines lc rgbcolor "yellow" lt 2
|
||||
MKL_INTEL ; with lines lc rgbcolor "yellow" lt 2
|
||||
ublas ; with lines lc rgbcolor "red" lt 1
|
||||
F77 ; with lines lc rgbcolor "#9A6B36" lt 1
|
||||
C ; with lines lc rgbcolor "#7DF4FF" lt 1
|
||||
|
||||
Reference in New Issue
Block a user