mirror of
https://github.com/amd/blis.git
synced 2026-05-25 19:04:32 +00:00
- Updated the parameter check for leading dimensions in the functions handling transpose case of matrix A. - Updated the logic to perform ?IMATCOPY operation. The new logic uses an auxiliary buffer to copy and scale in place, if and when needed. This is done in order to avoid overwriting any subsequent reads that might follow(specifically in case of having different leading dimensions for reading and writing). - Updated xerbla_() to throw memory allocation failure based on INFO parameter being -10. This value is specific to its use-case in ?IMATCOPY, where it is set to -10. - Updated the Extreme Value Tests(EVT) logger for ?IMATCOPY for uniformity. - Cleaned up the files to follow coding conventions. AMD-Internal: [CPUPL-4862][SWLCSG-2706] Change-Id: I34dfa2bcb66b821315e11f7ab2139c41a79ef780