mirror of
https://github.com/amd/blis.git
synced 2026-05-11 17:50:00 +00:00
- Added k-loop unrolling by a factor of 4 to the following SGEMM SUP RV kernels: - 5x48, 5x32, 5x16 - 4x64, 4x48, 3x32, 4x16 - 3x48, 3x32, 3x16 - 2x64, 2x48, 2x32, 2x16 - 1x64, 1x48, 1x32, 1x16 - 6x64n, 5x64n, 3x64n, 2x64n, 1x64n - Removed unused variables which were resulting in warnings during compilation. - Added a newline at the end of header files to resolve warnings shown during compilation. AMD-Internal: [CPUPL-3002] Change-Id: Iab6cf329f6d7fbd7544b5c8837e493069e8c9921