Revert "Allow cpu buffers copy on DG2 in 32bit"

This reverts commit 2055daf696.

Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
Maciej Plewka
2022-06-07 16:04:33 +00:00
committed by Compute-Runtime-Automation
parent ed1506e208
commit 5bee8ebd35
10 changed files with 16 additions and 115 deletions

View File

@@ -643,7 +643,7 @@ bool Buffer::isReadWriteOnCpuAllowed(const Device &device) {
return false;
}
if (graphicsAllocation->isAllocatedInLocalMemoryPool() && !graphicsAllocation->isAllocationLockable()) {
if (graphicsAllocation->isAllocatedInLocalMemoryPool()) {
return false;
}