mirror of
https://github.com/amd/blis.git
synced 2026-05-12 18:15:37 +00:00
- For the inputs where either m or n is 1, based on right or left side, it invokes c/z scalv kernel and post that it scales the matrix post checking whether the input is blis conjugate transpose or not. - Previously the check condition was case sensitive *diaga = 'n', and as a result, it is always executing the "else" code-part. - Fixed the condition check. AMD-Internal: [CPUPL-4204] Change-Id: Iae2514c742ab17ac6c6e43036da095a74ad131c5