Disable gem close worker in CSR constructor

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2021-06-28 13:10:21 +00:00
committed by Compute-Runtime-Automation
parent 8156d5c16e
commit 73b0df3211
8 changed files with 33 additions and 71 deletions

View File

@@ -210,7 +210,6 @@ class MemoryManager {
virtual void registerSysMemAlloc(GraphicsAllocation *allocation){};
virtual void registerLocalMemAlloc(GraphicsAllocation *allocation, uint32_t rootDeviceIndex){};
virtual void disableGemCloseWorkerForNewResidencyModel(){};
bool isLocalMemoryUsedForIsa(uint32_t rootDeviceIndex);
protected: