mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
Revert "feature: Enable Tile64 Optimization Flag"
This reverts commit 105a586615.
Signed-off-by: Andrzej Koska <andrzej.koska@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0db7128503
commit
1abb48c3e0
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2024 Intel Corporation
|
||||
* Copyright (C) 2018-2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -119,7 +119,7 @@ TEST_F(OsInterfaceTest, givenEnableFtrTile64OptimizationDebugKeyWhenSetThenPrope
|
||||
{
|
||||
wddm->gfxFeatureTable->FtrTile64Optimization = 1;
|
||||
auto gmmHelper = std::make_unique<GmmHelper>(rootDeviceEnvironment);
|
||||
EXPECT_EQ(1u, passedFtrTable.FtrTile64Optimization);
|
||||
EXPECT_EQ(0u, passedFtrTable.FtrTile64Optimization);
|
||||
}
|
||||
{
|
||||
debugManager.flags.EnableFtrTile64Optimization.set(-1);
|
||||
|
||||
Reference in New Issue
Block a user