Skip to content

Draft: Unit test improvements

Michael Kozlov requested to merge test_odd_shape into main
  • Add generic transpose function, use it for non-transposed (kxn) RHS packing tests.
  • Add support for odd shapes by correcting strides and data sizes in unit tests and reference quantization functions.
  • Refactor unit tests to work with above improvements.
  • Parameterize matmul_clamp_f32_qsi8d32p_qsi4c32p test.
  • Add test case suffix printing to log test parameters.

Signed-off-by: Michael Kozlov michael.kozlov@arm.com

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

Edited by Anitha Raj

Merge request reports