mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
fix: usm reuse aub/tbx update alloc id
On getting from reuse update alloc id and increment allocations counter. This is to ensure that making indirect allocations resident picks up the reuse allocation. Only applicable on aub/tbx csr types. Related-To: NEO-6893 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
58228a36fe
commit
3dcfef5812
@@ -16,6 +16,7 @@ namespace NEO {
|
||||
struct MockSVMAllocsManager : public SVMAllocsManager {
|
||||
public:
|
||||
using SVMAllocsManager::insertSVMAlloc;
|
||||
using SVMAllocsManager::internalAllocationsMap;
|
||||
using SVMAllocsManager::memoryManager;
|
||||
using SVMAllocsManager::mtxForIndirectAccess;
|
||||
using SVMAllocsManager::svmAllocs;
|
||||
|
||||
Reference in New Issue
Block a user