mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Revert "feature: Support for opaque IPC handles on Windows and Linux"
This reverts commit 46b1b2783b.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5fe59104a4
commit
0855219087
@@ -643,7 +643,6 @@ bool MemoryManager::getAllocationData(AllocationData &allocationData, const Allo
|
||||
allocationData.forceKMDAllocation = properties.forceKMDAllocation;
|
||||
allocationData.makeGPUVaDifferentThanCPUPtr = properties.makeGPUVaDifferentThanCPUPtr;
|
||||
allocationData.flags.shareable = properties.flags.shareable;
|
||||
allocationData.flags.shareableWithoutNTHandle = properties.flags.shareableWithoutNTHandle;
|
||||
allocationData.flags.isUSMDeviceMemory = properties.flags.isUSMDeviceAllocation;
|
||||
allocationData.flags.requiresCpuAccess = GraphicsAllocation::isCpuAccessRequired(properties.allocationType);
|
||||
allocationData.flags.allocateMemory = properties.flags.allocateMemory;
|
||||
|
||||
Reference in New Issue
Block a user