Skip to content

Change kernel lists to use lazy initialization

Emil Ohlsson requested to merge emil/designated-initializer into main

There is an issue where the order of static initializations has no guaranteed order, which can cause test listing to be initialized before list of kernels. This can be solved by lazily initialize kernel lists on first use.

This patch applies this fix for matmul_test.cpp

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

Merge request reports

Loading