mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 17:39:51 +08:00
L0Debug fixes for multi tile devices
- notify module allocation for (sub)device used to create module, makeResident called within (sub)device contexts - access ISA with vmHandle specific to device index Related-To: NEO-5784 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9f2cfc6f9d
commit
ee8af85341
@@ -218,7 +218,7 @@ HWTEST_F(L0DebuggerTest, givenDebuggerWithoutMemoryOperationsHandlerWhenNotifyin
|
||||
MemoryPool::System4KBPages, MemoryManager::maxOsContextCount);
|
||||
allocs.push_back(&alloc);
|
||||
|
||||
debugger->notifyModuleLoadAllocations(allocs);
|
||||
debugger->notifyModuleLoadAllocations(pDevice, allocs);
|
||||
}
|
||||
|
||||
HWTEST_F(L0DebuggerTest, givenDebuggerWhenCreatedThenModuleHeapDebugAreaIsCreated) {
|
||||
|
||||
Reference in New Issue
Block a user