Files
blis/frame
Harsh Dave c6ed490907 Fixed functionality failure in c/z trsm framework code.
- 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
2023-11-19 09:58:46 -05:00
..