mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
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:
committed by
Compute-Runtime-Automation
parent
643e21631c
commit
92893a5101
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user