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:
Compute-Runtime-Validation
2025-08-15 01:46:52 +02:00
committed by Compute-Runtime-Automation
parent 5fe59104a4
commit 0855219087
45 changed files with 125 additions and 1401 deletions

View File

@@ -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;