Skip to content
Commit f7a00947 authored by Emil Ohlsson's avatar Emil Ohlsson
Browse files

Change kernel lists to use lazy initialization



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's avatarEmil Ohlsson <emil.ohlsson@arm.com>

Approved-by: Anton Bondarenko's avatarAnton Bondarenko <anton.bondarenko@arm.com>
parent af905324
Loading
Loading
Loading
Pipeline #25282 passed with stages
in 5 minutes and 16 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment