mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Revert "Move semaphore to local memory on XE_HPG"
This reverts commit 94f3e54261.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
200fdfac24
commit
70b41cf3ce
@@ -28,12 +28,6 @@ void HwHelperHw<Family>::setExtraAllocationData(AllocationData &allocationData,
|
||||
allocationData.flags.requiresCpuAccess = false;
|
||||
allocationData.storageInfo.isLockable = false;
|
||||
}
|
||||
} else if (hwInfo.featureTable.flags.ftrLocalMemory &&
|
||||
(properties.allocationType == AllocationType::COMMAND_BUFFER ||
|
||||
properties.allocationType == AllocationType::RING_BUFFER ||
|
||||
properties.allocationType == AllocationType::SEMAPHORE_BUFFER)) {
|
||||
allocationData.flags.useSystemMemory = false;
|
||||
allocationData.flags.requiresCpuAccess = true;
|
||||
}
|
||||
|
||||
if (hwInfoConfig.allowStatelessCompression(hwInfo)) {
|
||||
|
||||
Reference in New Issue
Block a user