mirror of
https://github.com/amd/blis.git
synced 2026-05-11 17:50:00 +00:00
- Only for RRR case, var2m kernels are added - Main kernel is of 12x32 (AVX512), associated fringe kernels of - 8x32, 4x32, 2x32, 1x32 (AVX512) - 12x16, 8x16, 4x16, 2x16, 1x16 (AVX512) - 12x8, 8x8 (AVX2) - 12x4, 8x4 (SSE4) - 12x2, 8x2 (SSE4) - existing AVX2/SSE4 kernels are used for other fringe cases - Currently, these kernels are not invoked in zen4 path - Once all AVX512 kernels (n and rd) are done, invoke all of them together in zen4 config AMD-Internal: [CPUPL-2801] Change-Id: I7a206fee9151e92319d83dcc5f3eed61d3bf1196
Currently there are no zen4 specific kernels, however, this folder is required for the the build system.