feature: add assert kernel support when executing regular from immediate

Related-To: NEO-10356

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2025-04-08 17:01:02 +00:00
committed by Compute-Runtime-Automation
parent ab7364ae19
commit 6a313a2f04
2 changed files with 45 additions and 0 deletions

View File

@@ -1187,6 +1187,7 @@ ze_result_t CommandListCoreFamilyImmediate<gfxCoreFamily>::hostSynchronize(uint6
{
auto cmdQueueImp = static_cast<CommandQueueImp *>(this->cmdQImmediate);
cmdQueueImp->printKernelsPrintfOutput(hangDetected);
cmdQueueImp->checkAssert();
}
}
}