mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-20 16:46:43 +08:00
feature: Add debug flag for setting hw ip version
Signed-off-by: Daria Hinz <daria.hinz@intel.com> Related-To: NEO-7954
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4ecff31c26
commit
331f167cfe
@@ -1144,7 +1144,7 @@ TEST(IoctlHelperXeTest, WhenSetupIpVersionIsCalledThenIpVersionIsCorrect) {
|
||||
|
||||
auto &hwInfo = *executionEnvironment->rootDeviceEnvironments[0]->getHardwareInfo();
|
||||
auto &productHelper = executionEnvironment->rootDeviceEnvironments[0]->getHelper<ProductHelper>();
|
||||
auto config = productHelper.getProductConfigFromHwInfo(hwInfo);
|
||||
auto config = productHelper.getHwIpVersion(hwInfo);
|
||||
|
||||
xeIoctlHelper->setupIpVersion();
|
||||
EXPECT_EQ(config, hwInfo.ipVersion.value);
|
||||
|
||||
Reference in New Issue
Block a user