mirror of
https://github.com/status-im/nim-taskpools.git
synced 2025-02-21 10:19:20 +00: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 ...