Skip to content

Use lazy initialization in unit tests.

Jens Elofsson requested to merge desig_initializers_fix into main

Static initialization has no guaranteed order, which may cause test listing to be initialized before the list of kernels.

This fixes unit tests

  • matmul_clamp_f32_bf16p_bf16p_test
  • matmul_clamp_f16_bf16p_bf16p_test

Signed-off-by: Jens Elofsson jens.elofsson@arm.com

Merge request reports

Loading