mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
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:
committed by
Compute-Runtime-Automation
parent
ab7364ae19
commit
6a313a2f04
@@ -1187,6 +1187,7 @@ ze_result_t CommandListCoreFamilyImmediate<gfxCoreFamily>::hostSynchronize(uint6
|
||||
{
|
||||
auto cmdQueueImp = static_cast<CommandQueueImp *>(this->cmdQImmediate);
|
||||
cmdQueueImp->printKernelsPrintfOutput(hangDetected);
|
||||
cmdQueueImp->checkAssert();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user