=========================== GEMM Micro Kernel from BLIS [TOC] =========================== The micro kernel below was taken (and slightly modified) from __BLIS__. It requires the parameters $M_r = 8$ and $N_r = 4$. :links: BLIS -> https://github.com/flame/blis Exercise ======== Modify our code in `ulmblas.c` such that you can use it for benchmarks. Source Code =========== :import: session18/dgemm_micro_avx_8x4.c