mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:45:25 +08:00
Add mapping based colouring
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3357b8b916
commit
71ed3eba16
@@ -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);
|
||||
|
||||
@@ -191,6 +191,7 @@ OverrideLeastOccupiedBank = -1
|
||||
UseAsyncDrmExec = -1
|
||||
EnableMultiStorageResources = -1
|
||||
MultiStorageGranularity = -1
|
||||
MultiStoragePolicy = -1;
|
||||
PrintExecutionBuffer = 0
|
||||
PrintBOsForSubmit = 0
|
||||
EnableCrossDeviceAccess = -1
|
||||
|
||||
Reference in New Issue
Block a user