Files
Rayan, Rohan c8d0259ed4 Fixing memory issue in the cgemm pack kernels on zen4
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
2026-03-30 11:08:34 +05:30
..