mirror of
https://github.com/amd/blis.git
synced 2026-04-19 23:28:52 +00:00
- Revert the logical operator from OR (||) to AND (&&) in the DCOMPLEX (ZGEMM) SUP threshold condition for k <= 128. The previous change to OR logic was causing performance regressions for certain input sizes by incorrectly routing cases to the SUP path when the native path would be more optimal.