mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 08:07:19 +08:00
Disable stateless to statefull with offset optimization on BDW.
- BDW doesn't support this optimization Change-Id: Ic88556214c8d9a14ddb093b7c25587575e616f83
This commit is contained in:
committed by
sys_ocldev
parent
2589286d42
commit
92266e4ad1
@@ -30,4 +30,5 @@ void testDefaultImplementationOfSetupHardwareCapabilities(HwHelper &hwHelper) {
|
||||
|
||||
EXPECT_EQ(16384u, hwCaps.image3DMaxHeight);
|
||||
EXPECT_EQ(16384u, hwCaps.image3DMaxWidth);
|
||||
EXPECT_TRUE(hwCaps.isStatelesToStatefullWithOffsetSupported);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user