Skip to content

Fix the lhs/rhs get_offset method

Gian Marco Iodice requested to merge fix_kai_mr into main
  • Previously, we were dividing m_idx/n_idx by m_step/n_step. However, since m_step/n_step can be different from mr/nr, we should divide by mr/nr instead

Signed-off-by: Gian Marco Iodice gianmarco.iodice@arm.com

Signed-off-by: Anitha Raj anitha.raj@arm.com

Edited by Anitha Raj

Merge request reports