nim-taskpools/benchmarks/matmul_cache_oblivious
Mamy André-Ratsimbazafy 216aabe629
initial commit
2021-06-28 16:47:06 +02:00
..
2021-06-28 16:47:06 +02:00
2021-06-28 16:47:06 +02:00

Cache-Oblivious Matrix Multiplication

From Staccato and Cilk

https://bradley.csail.mit.edu/svn/repos/cilk/5.4.3/examples/matmul.cilk See the paper ``Cache-Oblivious Algorithms'', by Matteo Frigo, Charles E. Leiserson, Harald Prokop, and Sridhar Ramachandran, FOCS 1999, for an explanation of why this algorithm is good for caches.

Note that the benchmarks output incorrect matrix traces according to the check ...