L0Debug - add support for mirrored isa heaps

- allow tileInstanced ISA while debugging

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2022-09-14 09:23:40 +00:00
committed by Compute-Runtime-Automation
parent 643e21631c
commit 92893a5101
7 changed files with 639 additions and 41 deletions

View File

@@ -47,10 +47,6 @@ StorageInfo MemoryManager::createStorageInfoFromProperties(const AllocationPrope
case AllocationType::DEBUG_MODULE_AREA: {
auto placeIsaOnMultiTile = (properties.subDevicesBitfield.count() != 1);
if (executionEnvironment.isDebuggingEnabled() && !DebugManager.flags.ExperimentalEnableTileAttach.get()) {
placeIsaOnMultiTile = false;
}
if (DebugManager.flags.MultiTileIsaPlacement.get() != -1) {
placeIsaOnMultiTile = !!DebugManager.flags.MultiTileIsaPlacement.get();
}