Revert "Mark SVM_GPU allocation as not lockable"

This reverts commit 5341d0663c.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2021-04-29 17:25:34 +02:00
committed by Compute-Runtime-Automation
parent 27c28d275e
commit c453e7fe8b
4 changed files with 5 additions and 35 deletions

View File

@ -235,6 +235,7 @@ class GraphicsAllocation : public IDNode<GraphicsAllocation> {
isIsaAllocationType(allocationType) ||
allocationType == AllocationType::BUFFER_HOST_MEMORY ||
allocationType == AllocationType::GPU_TIMESTAMP_DEVICE_BUFFER ||
allocationType == AllocationType::SVM_GPU ||
allocationType == AllocationType::SHARED_RESOURCE_COPY;
}