update perf_monitoring/gemm/changesets.txt

This commit is contained in:
Benoit Jacob 2015-03-13 14:57:05 -07:00
parent 488c15615a
commit b6b88c0808

View File

@ -41,3 +41,5 @@ before-evaluators
6981:7e5d6f78da59 # dynamic loop swapping 6981:7e5d6f78da59 # dynamic loop swapping
6984:45f26866c091 # rm dynamic loop swapping, adjust lhs's micro panel height to fully exploit L1 cache 6984:45f26866c091 # rm dynamic loop swapping, adjust lhs's micro panel height to fully exploit L1 cache
6986:a675d05b6f8f # blocking heuristic: block on the rhs in L1 if the lhs fit in L1. 6986:a675d05b6f8f # blocking heuristic: block on the rhs in L1 if the lhs fit in L1.
7013:f875e75f07e5 # organize a little our default cache sizes, and use a saner default L1 outside of x86 (10% faster on Nexus 5)