mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
performance: demote unrecoverable to debug_break
Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
bc95870ed7
commit
e668b4965c
@@ -238,7 +238,7 @@ cl_int CommandQueueHw<GfxFamily>::enqueueHandler(Surface **surfacesForResidency,
|
||||
auto commandStreamStart = commandStream.getUsed();
|
||||
|
||||
if (canUsePipeControlInsteadOfSemaphoresForOnCsrDependencies) {
|
||||
UNRECOVERABLE_IF(relaxedOrderingForGpgpuAllowed(1)); // IOQ has >=1 dependencies
|
||||
DEBUG_BREAK_IF(relaxedOrderingForGpgpuAllowed(1)); // IOQ has >=1 dependencies
|
||||
PipeControlArgs args;
|
||||
args.csStallOnly = true;
|
||||
args.hdcPipelineFlush = true;
|
||||
|
||||
Reference in New Issue
Block a user