Add mapping based colouring

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2021-10-20 17:07:51 +00:00
committed by Compute-Runtime-Automation
parent 3357b8b916
commit 71ed3eba16
7 changed files with 63 additions and 3 deletions

View File

@@ -275,6 +275,7 @@ TEST_F(MultiDeviceStorageInfoTest, whenCreatingStorageInfoForSVMGPUThenAllMemory
TEST_F(MultiDeviceStorageInfoTest, givenMultiStorageGranularityWhenCreatingStorageInfoThenProperGranularityIsSet) {
DebugManagerStateRestore restorer;
DebugManager.flags.MultiStorageGranularity.set(128);
DebugManager.flags.MultiStoragePolicy.set(1);
AllocationProperties properties{mockRootDeviceIndex, false, 10 * MemoryConstants::pageSize64k, GraphicsAllocation::AllocationType::SVM_GPU, true, allTilesMask};
auto storageInfo = memoryManager->createStorageInfoFromProperties(properties);

View File

@@ -191,6 +191,7 @@ OverrideLeastOccupiedBank = -1
UseAsyncDrmExec = -1
EnableMultiStorageResources = -1
MultiStorageGranularity = -1
MultiStoragePolicy = -1;
PrintExecutionBuffer = 0
PrintBOsForSubmit = 0
EnableCrossDeviceAccess = -1