Skip to content

Remove use of designated initializers in certain unit tests

Jens Elofsson requested to merge remove_desig_init into main

Removes designated initializers from

  • matmul_test.cpp
  • matmul_clamp_f16_bf16p_bf16p_test.cpp
  • matmul_clamp_f32_bf16p_bf16p_test.cpp

Following changes are made to the test framework:

  • Added default value to data_type in DataFormats constructor
  • Initialize members of struct MatMulMethod
  • Add '-Wpedantic' as a build flag to the affected unit tests

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

Edited by Jens Elofsson

Merge request reports

Loading