mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
Set page table cloning on for event device allocs
Related-To: NEO-5968 Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f5bb961e7c
commit
e4a93f9870
@@ -102,11 +102,9 @@ StorageInfo MemoryManager::createStorageInfoFromProperties(const AllocationPrope
|
||||
}
|
||||
break;
|
||||
case AllocationType::GPU_TIMESTAMP_DEVICE_BUFFER:
|
||||
if (properties.flags.multiOsContextCapable) {
|
||||
storageInfo.cloningOfPageTables = true;
|
||||
} else {
|
||||
storageInfo.cloningOfPageTables = true;
|
||||
if (!properties.flags.multiOsContextCapable) {
|
||||
storageInfo.pageTablesVisibility = preferredTile;
|
||||
storageInfo.cloningOfPageTables = false;
|
||||
}
|
||||
break;
|
||||
case AllocationType::BUFFER:
|
||||
|
||||
Reference in New Issue
Block a user