Disable stateless to statefull with offset optimization on BDW.

- BDW doesn't support this optimization

Change-Id: Ic88556214c8d9a14ddb093b7c25587575e616f83
This commit is contained in:
Mrozek, Michal
2018-07-10 13:22:11 +02:00
committed by sys_ocldev
parent 2589286d42
commit 92266e4ad1
11 changed files with 54 additions and 26 deletions

View File

@@ -30,4 +30,5 @@ void testDefaultImplementationOfSetupHardwareCapabilities(HwHelper &hwHelper) {
EXPECT_EQ(16384u, hwCaps.image3DMaxHeight);
EXPECT_EQ(16384u, hwCaps.image3DMaxWidth);
EXPECT_TRUE(hwCaps.isStatelesToStatefullWithOffsetSupported);
}