Skip to content

Align test terminology with kernel terminology

Emil Ohlsson requested to merge emil/test-renaming into main

The test code mostly uses the description nt_nt to indicate that LHS and RHS are non-transposed. This doesn't match the naming scheme used by the kernels, which is kxn and nxk. This change aligns testing code with the kernels in this naming regard.

Signed-off-by: Emil Ohlsson emil.ohlsson@arm.com

Merge request reports