mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
feature: enable tbx fault manager by default
Related-To: NEO-13748 Signed-off-by: Jack Myers <jack.myers@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b462f990b6
commit
f2b5126598
@@ -24,7 +24,7 @@ bool TbxPageFaultManager::verifyAndHandlePageFault(void *ptr, bool handleFault)
|
||||
if (allocPtr != nullptr) {
|
||||
auto faultData = memoryData[allocPtr];
|
||||
if (faultData.domain == CpuPageFaultManager::AllocationDomain::gpu) {
|
||||
this->allowCPUMemoryAccess(ptr, faultData.size);
|
||||
this->allowCPUMemoryAccess(allocPtr, faultData.size);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user