performance: enable wait on paging fence on semaphore

Related-To: NEO-12197

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
Szymon Morek
2024-08-07 09:31:59 +00:00
committed by Compute-Runtime-Automation
parent 38a194eee6
commit 0d6c506c0b
2 changed files with 1 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ bool WddmResidencyController::makeResidentResidencyAllocations(const ResidencyCo
StackVec<D3DKMT_HANDLE, stackHandlesCount> handlesForResidency;
uint32_t totalHandlesCount = 0;
size_t totalSize = 0;
requiresBlockingResidencyHandling = true;
requiresBlockingResidencyHandling = false;
if (debugManager.flags.WaitForPagingFenceInController.get() != -1) {
requiresBlockingResidencyHandling = !debugManager.flags.WaitForPagingFenceInController.get();
}