mirror of
https://github.com/amd/blis.git
synced 2026-06-29 10:47:16 +00:00
Fixing a memory issue in the cgemm zen4 packing kernel In the loop section where the leftover m and k iterations were handled, the load operations (in the k-direction) were missing the mask instructions which has now been added. AMD-Internal: CPUPL-8189 Co-authored-by: Rohan Rayan rohrayan@amd.com