mirror of
https://github.com/amd/blis.git
synced 2026-06-29 02:37:05 +00:00
Non-AVX512 variants of ZGEMM tiny code path do not support as many problem sizes and transa/transb options. Skip unsuitable tests based on the return value from from bli_zgemm_tiny call. Also remove unused local variables. AMD-Internal: [CPUPL-7303]