1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# Benches ## Gemm ```sh RUSTFLAGS="-C target-cpu=native" cargo bench ``` ## Cache Utils Get cache info ```sh sysctl -a | grep 'cachesize' ``` Run helper script for block sizes ```sh python3 cache.py ```