fix: remove not needed check in OCL CPU copy path

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2024-05-14 16:01:06 +00:00
committed by Compute-Runtime-Automation
parent 21114ddc03
commit 92f9c8be96
3 changed files with 3 additions and 7 deletions

View File

@@ -774,10 +774,6 @@ bool Buffer::isReadWriteOnCpuAllowed(const Device &device) {
return false;
}
if (graphicsAllocation->isAllocatedInLocalMemoryPool()) {
return false;
}
return true;
}