mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Correct test
Change-Id: I6ad2bd74b888ee50a4101684422ecdd0a244fee5 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com> Related-To: NEO-4865
This commit is contained in:
@ -1076,7 +1076,7 @@ TEST(DeviceGetCaps, givenOcl21FeaturesSupportedWhenCapsAreCreatedThenDeviceRepor
|
||||
}
|
||||
}
|
||||
|
||||
TEST(DeviceGetCaps, givenDisabledFtrPooledEuWhenCalculatingMaxEuPerSSThenIgnoreEuCountPerPoolMin) {
|
||||
HWTEST_F(DeviceGetCapsTest, givenDisabledFtrPooledEuWhenCalculatingMaxEuPerSSThenIgnoreEuCountPerPoolMin) {
|
||||
HardwareInfo myHwInfo = *defaultHwInfo;
|
||||
GT_SYSTEM_INFO &mySysInfo = myHwInfo.gtSystemInfo;
|
||||
FeatureTable &mySkuTable = myHwInfo.featureTable;
|
||||
|
Reference in New Issue
Block a user