test: enable imm cmd list mode in zello_printf

Related-To: NEO-7625

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2023-01-20 14:53:51 +00:00
committed by Compute-Runtime-Automation
parent 8cc4cc1612
commit fca74731fb

View File

@@ -128,7 +128,7 @@ int main(int argc, char *argv[]) {
"id == 0\nid == 0\nid == 0\nid == 0\nid == 0\n"
"id == 0\nid == 0\nid == 0\nid == 0\nid == 0\n"};
PrintfExecutionMode executionModes[] = {PrintfExecutionMode::CommandQueue};
PrintfExecutionMode executionModes[] = {PrintfExecutionMode::CommandQueue, PrintfExecutionMode::ImmSyncCmdList};
for (auto mode : executionModes) {
for (uint32_t i = 0; i < 2; i++) {