diff options
author | Gael Guennebaud <g.gael@free.fr> | 2008-07-13 01:22:54 +0000 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2008-07-13 01:22:54 +0000 |
commit | 99a625243fd40687a48a47d97ac9fa48f762c570 (patch) | |
tree | 0ce758c7f8c9de8df8a98264fbb6e79e06536b8a /bench/btl/data | |
parent | 51e6ee39f0c1880abd1649cac010d618cea22872 (diff) |
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.
Diffstat (limited to 'bench/btl/data')
-rw-r--r-- | bench/btl/data/perlib_plot_settings.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bench/btl/data/perlib_plot_settings.txt b/bench/btl/data/perlib_plot_settings.txt index 8e5784497..3e23fee53 100644 --- a/bench/btl/data/perlib_plot_settings.txt +++ b/bench/btl/data/perlib_plot_settings.txt @@ -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 |