mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
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:
committed by
Compute-Runtime-Automation
parent
8cc4cc1612
commit
fca74731fb
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user