mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +08:00
fix: store registered engines per root device
in most cases we need to iterate over engines associated to single root device Related-To: NEO-7925 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9cc5763800
commit
32d8a3bc6d
@@ -45,7 +45,7 @@ void DebuggerL0::initialize() {
|
||||
setSingleAddressSpaceSbaTracking(NEO::DebugManager.flags.DebuggerForceSbaTrackingMode.get());
|
||||
}
|
||||
|
||||
auto &engines = device->getMemoryManager()->getRegisteredEngines();
|
||||
auto &engines = device->getMemoryManager()->getRegisteredEngines(device->getRootDeviceIndex());
|
||||
|
||||
NEO::AllocationProperties properties{device->getRootDeviceIndex(), true, MemoryConstants::pageSize,
|
||||
NEO::AllocationType::DEBUG_SBA_TRACKING_BUFFER,
|
||||
|
||||
Reference in New Issue
Block a user