mirror of
https://github.com/logos-storage/constantine.git
synced 2026-01-02 13:13:07 +00:00
* move tests * move threadpool to root path * fix hints and warnings, print nim versions for tests for debugging the new strange issue in CI * print nim version * mixup on branches * mixup on branches reloaded
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 ...