mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
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:
committed by
Compute-Runtime-Automation
parent
1cca55624b
commit
32cfa3d497
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user