mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
feature: Enable Tile64 Optimization Flag
Related-To: NEO-12134 Signed-off-by: Andrzej Koska <andrzej.koska@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
50ca369efa
commit
105a586615
@@ -119,7 +119,7 @@ TEST_F(OsInterfaceTest, givenEnableFtrTile64OptimizationDebugKeyWhenSetThenPrope
|
||||
{
|
||||
wddm->gfxFeatureTable->FtrTile64Optimization = 1;
|
||||
auto gmmHelper = std::make_unique<GmmHelper>(rootDeviceEnvironment);
|
||||
EXPECT_EQ(0u, passedFtrTable.FtrTile64Optimization);
|
||||
EXPECT_EQ(1u, passedFtrTable.FtrTile64Optimization);
|
||||
}
|
||||
{
|
||||
debugManager.flags.EnableFtrTile64Optimization.set(-1);
|
||||
|
||||
Reference in New Issue
Block a user