mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 12:42:54 +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
@@ -613,7 +613,7 @@ bool ModuleImp::initialize(const ze_module_desc_t *desc, NEO::Device *neoDevice)
|
||||
|
||||
if (device->getL0Debugger()) {
|
||||
auto allocs = getModuleAllocations();
|
||||
device->getL0Debugger()->notifyModuleLoadAllocations(allocs);
|
||||
device->getL0Debugger()->notifyModuleLoadAllocations(device->getNEODevice(), allocs);
|
||||
notifyModuleCreate();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user