Skip to content

Create test project and add the first test

Viet-Hoa Do requested to merge viet/initial_test into qs4cx_matmul
  • Create the test project consisting of:
    • Common concepts and utlities.
    • Reference operations.
    • Test cases.
  • Add the test for LHS 8-bit per-row quantized packing kernel:
    • This test shares the same test fixture with other tests for kernels involving in performing matrix multiplication.
    • The kernel is required to compute the whole output matrix or an arbitrary portion of it correctly.
    • The matmul shape and the output portion are test parameters that are defined in the list of test instances.

Signed-off-by: Viet-Hoa Do viet-hoa.do@arm.com

Merge request reports