aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/perf_monitoring
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-06-09 17:13:33 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-06-09 17:13:33 +0200
commite2b383632699684d06ae180b3ad85cfb0189973a (patch)
tree02ba3ddcfa8c3d406110ae079fcdc307e425c6d7 /bench/perf_monitoring
parent2bd59b0e0d667dcdcb6b070596a1bf023e3e88f1 (diff)
Include recent changesets that played with product's kernel
Diffstat (limited to 'bench/perf_monitoring')
-rw-r--r--bench/perf_monitoring/gemm/changesets.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/bench/perf_monitoring/gemm/changesets.txt b/bench/perf_monitoring/gemm/changesets.txt
index fb3e48e99..d00b4603a 100644
--- a/bench/perf_monitoring/gemm/changesets.txt
+++ b/bench/perf_monitoring/gemm/changesets.txt
@@ -44,4 +44,8 @@ before-evaluators
7013:f875e75f07e5 # organize a little our default cache sizes, and use a saner default L1 outside of x86 (10% faster on Nexus 5)
7591:09a8e2186610 # 3.3-alpha1
7650:b0f3c8f43025 # help clang inlining
+8744:74b789ada92a # Improved the matrix multiplication blocking in the case where mr is not a power of 2 (e.g on Haswell CPUs)
+8789:efcb912e4356 # Made the index type a template parameter to evaluateProductBlockingSizes. Use numext::mini and numext::maxi instead of std::min/std::max to compute blocking sizes
+8972:81d53c711775 # Don't optimize the processing of the last rows of a matrix matrix product in cases that violate the assumptions made by the optimized code path
+8985:d935df21a082 # Remove the rotating kernel.