mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
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:
committed by
Compute-Runtime-Automation
parent
38a194eee6
commit
0d6c506c0b
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user