Set supportsMultiStorageResources to true for WddmMemoryManager

Related-To: NEO-3182

Change-Id: Ia263b97394b83686262c06768de86c2ac2a37319
Signed-off-by: Jobczyk, Lukasz <lukasz.jobczyk@intel.com>
This commit is contained in:
Jobczyk, Lukasz
2019-06-26 15:09:01 +02:00
committed by sys_ocldev
parent 5cde27ed03
commit 83ee99ad3d
2 changed files with 1 additions and 2 deletions

View File

@ -1693,5 +1693,5 @@ TEST_F(WddmMemoryManagerSimpleTest, givenSvmCpuAllocationWhenSizeAndAlignmentPro
}
TEST_F(WddmMemoryManagerSimpleTest, whenCreatingWddmMemoryManagerThenSupportsMultiStorageResourcesFlagIsSetToFalse) {
EXPECT_FALSE(memoryManager->supportsMultiStorageResources);
EXPECT_TRUE(memoryManager->supportsMultiStorageResources);
}