Do not use blitter for local->local SVM and USM copies

Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
Related-To: NEO-5549
This commit is contained in:
Maciej Dziuban
2021-02-11 14:30:05 +00:00
committed by Compute-Runtime-Automation
parent f6a0b3c6ce
commit 98ff3cc0a9
6 changed files with 89 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ class MockGraphicsAllocation : public MemoryAllocation {
public:
using MemoryAllocation::aubInfo;
using MemoryAllocation::MemoryAllocation;
using MemoryAllocation::memoryPool;
using MemoryAllocation::objectNotResident;
using MemoryAllocation::objectNotUsed;
using MemoryAllocation::usageInfos;