mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Pass engine instanced parameter during OsContext creation
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
5d49dedf00
commit
2661962ac3
@ -369,6 +369,8 @@ struct EngineInstancedDeviceTests : public ::testing::Test {
|
||||
return false;
|
||||
}
|
||||
|
||||
EXPECT_EQ(EngineHelpers::isCcs(engine.getEngineType()), engine.osContext->isEngineInstanced());
|
||||
|
||||
auto osContext = engine.osContext;
|
||||
|
||||
if ((engine.getEngineType() == engineType) &&
|
||||
|
Reference in New Issue
Block a user