mirror of
https://github.com/amd/blis.git
synced 2026-05-11 17:50:00 +00:00
- Temperory fix for regression in DGEMV for non-unit stride y inputs. The code section responsible for handling non-unit stride y has been removed from the frame. - The kernel code is extended with if condition to handle both unit and non-unit stride y. AMD-Internal: [CPUPL-6869]