fix: stop using LocalOnly flag on Xe2+ platforms

Related-To: NEO-11391
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
Maciej Plewka
2024-06-10 10:37:06 +00:00
committed by Compute-Runtime-Automation
parent 1cca55624b
commit 32cfa3d497
25 changed files with 151 additions and 9 deletions

View File

@@ -451,6 +451,7 @@ TEST_F(GmmLocalMemoryTests, givenUseCompressionAndLocalMemoryInImageInfoTrueWhen
StorageInfo storageInfo = {};
storageInfo.memoryBanks.set(1);
storageInfo.systemMemoryPlacement = false;
storageInfo.localOnlyRequired = true;
auto gmm = std::make_unique<Gmm>(getGmmHelper(), imgInfo, storageInfo, true);
EXPECT_TRUE(gmm->isCompressionEnabled());