mirror of
https://github.com/amd/blis.git
synced 2026-04-19 23:28:52 +00:00
- Fixed the group size validation logic to correctly check if the group_size is a multiple of 4. - Previously the condition was incorrectly performing bitwise AND with decimal 11 instead of binary 11 (decimal 3). AMD-Internal: [CPUPL-6754]