Subject: [PATCH 0/3] realtime/matrix_mult: Fix test execution Hi, this fixes the test execution of matrix_mult. The workload function was optimized away, because the variables used for calculations were unreachable outside of the function. Joerg