mirror of
https://github.com/amd/blis.git
synced 2026-05-23 18:04:33 +00:00
- Implemented a set of column preferential dot-product based ZGEMM kernels(main and fringe) in AVX512(for SUP code-path). These kernels perform matrix multiplication as a sequence of inner products(i.e, dot-products). - These standalone kernels are expected to strictly handle the CRC storage scheme for C, A and B matrices. RRC is also supported through operation transpose, at the framework level. - Added unit-tests to test all the kernels(main and fringe), as well as the redirection between these kernels. AMD-Internal: [CPUPL-5949] Change-Id: I858257ac2658ed9ce4980635874baa1474b79c38