L0Debug - allocate per-tile ISA when tileAttach is enabled

Related-To: NEO-5784

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2022-08-18 13:02:46 +00:00
committed by Compute-Runtime-Automation
parent 0011368775
commit 01b324953e
2 changed files with 29 additions and 1 deletions

View File

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