mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +08:00
Handle page faults while accessing unified memory
Related-To: NEO-3330 Change-Id: I7e21f894e9d1c82598954c49342d1f65af07498f Signed-off-by: Jobczyk, Lukasz <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
cf979c3bc0
commit
76fe09c2a9
@@ -43,6 +43,9 @@ MemoryManager::MemoryManager(ExecutionEnvironment &executionEnvironment) : execu
|
||||
}
|
||||
localMemoryUsageBankSelector.reset(new LocalMemoryUsageBankSelector(getBanksCount()));
|
||||
gfxPartition = std::make_unique<GfxPartition>();
|
||||
if (this->localMemorySupported) {
|
||||
pageFaultManager = PageFaultManager::create();
|
||||
}
|
||||
}
|
||||
|
||||
MemoryManager::~MemoryManager() {
|
||||
|
||||
Reference in New Issue
Block a user