Skip to content

Fix out-of-bound reads in the LHS/RHS packing functions

Gian Marco Iodice requested to merge fix_matmul_qsi4cx into main
  • Make RHS packing function accessing in-bound elements when N is not multiple of nr
  • Make LHS packing function accessing in-bound elements when K is not multiple of kr * sr

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

Merge request reports