mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 18:06:32 +08:00
Allocate single Isa instance when debugging enabled
- Related-To: NEO-6221 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ae6d58bcb0
commit
8d3438a5fb
@@ -47,8 +47,7 @@ StorageInfo MemoryManager::createStorageInfoFromProperties(const AllocationPrope
|
||||
case GraphicsAllocation::AllocationType::DEBUG_MODULE_AREA: {
|
||||
auto placeIsaOnMultiTile = (properties.subDevicesBitfield.count() != 1);
|
||||
|
||||
if (executionEnvironment.isDebuggingEnabled() &&
|
||||
executionEnvironment.rootDeviceEnvironments[properties.rootDeviceIndex]->debugger.get()) {
|
||||
if (executionEnvironment.isDebuggingEnabled()) {
|
||||
placeIsaOnMultiTile = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user