mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
feature: enable new relaxed ordering heuristic
Related-To: NEO-13431 Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
98331e7d63
commit
071712b835
@@ -1442,7 +1442,7 @@ bool CommandListCoreFamilyImmediate<gfxCoreFamily>::isRelaxedOrderingDispatchAll
|
||||
|
||||
auto numEvents = numWaitEvents + (this->hasInOrderDependencies() ? 1 : 0);
|
||||
|
||||
if (NEO::debugManager.flags.DirectSubmissionRelaxedOrderingCounterHeuristic.get() == 1) {
|
||||
if (NEO::debugManager.flags.DirectSubmissionRelaxedOrderingCounterHeuristic.get() != 0) {
|
||||
uint32_t relaxedOrderingCounterThreshold = csr->getDirectSubmissionRelaxedOrderingQueueDepth();
|
||||
|
||||
auto queueTaskCount = getCmdQImmediate(copyOffload)->getTaskCount();
|
||||
|
||||
Reference in New Issue
Block a user