Skip to content

Check proper value in assert

Emil Ohlsson requested to merge emil/fp16-bug into main

The different kernels does a lot of parameter checking, and one of the checks for the FP16 kernels is actually incorrect. This change addresses one error of this kind in the fp16 lhs packing kernel

The same issue is also updated in the fp16 documentation

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

Merge request reports