Revert "feature: Enable dispatch monitor fence from wait"

This reverts commit 4d5b4ef4f1.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2023-08-10 04:04:37 +02:00
committed by Compute-Runtime-Automation
parent 1afaf37f78
commit 8213c2a0cd
2 changed files with 0 additions and 10 deletions

View File

@@ -42,8 +42,6 @@ WddmDirectSubmission<GfxFamily, Dispatcher>::WddmDirectSubmission(const DirectSu
this->gpuVaForAdditionalSynchronizationWA = this->completionFenceAllocation->getGpuAddress() + 8u;
}
this->disableMonitorFence = true;
if (DebugManager.flags.DirectSubmissionDisableMonitorFence.get() != -1) {
this->disableMonitorFence = DebugManager.flags.DirectSubmissionDisableMonitorFence.get();
}