mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +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:
@@ -19,7 +19,7 @@ components:
|
||||
internal:
|
||||
branch: master
|
||||
dest_dir: internal
|
||||
revision: 0486eb0eb572f7a9e19f38f2daad65fafd7ffc2c
|
||||
revision: e709cc9ef173f16195dc16c2225d165c11dab273
|
||||
type: git
|
||||
kmdaf:
|
||||
branch: kmdaf
|
||||
|
||||
@@ -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