Create test project and add the first test
- 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