feature: enable new relaxed ordering heuristic

Related-To: NEO-13431

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2024-12-11 11:07:50 +00:00
committed by Compute-Runtime-Automation
parent 98331e7d63
commit 071712b835
5 changed files with 12 additions and 4 deletions

View File

@@ -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();