mirror of
https://github.com/amd/blis.git
synced 2026-07-11 17:51:45 +00:00
* Resolved memory-access issues in the SGEMM SUP kernels on AVX2 and AVX-512 by correcting instructions that could read invalid addresses in the C matrix. * Removed k=0 kernel gtests for the native SGEMM and DGEMM paths as these tests caused spurious failures for kernels that are not intended to handle this case. * Standardized all instruction macros to lowercase in the Zen4 kernel to improve readability and code consistency. --------- AMD-Internal: CPUPL-8117 Co-authored-by: Rayan <rohrayan@amd.com>