Skip to content

Draft: Rename SME2 GEMM micro-kernels

Jakub Sujak requested to merge jakub/rename_sme_gemm into main

The SME2 GEMM micro-kernels now follow the naming convention correctly.

  • GEMM reports the m_step and n_step output block.

  • The LHS packing function reports the mr and kr packing parameters.

  • The RHS packing function reports the nr and kr packing parameters.

Signed-off-by: Jakub Sujak jakub.sujak@arm.com

Merge request reports