mirror of
https://github.com/amd/blis.git
synced 2026-07-18 09:37:52 +00:00
Details: - In the gemmlike sandbox, changed the loop index variable of inner loop of packm_cxk() from 'd' to 'i' (and likewise for the corresponding inlined code within packm_var2()). - Pack matrices A and B using packm_var1() instead of packm_var2().