Pass engine type to getBcsCommandStreamReceiver in OpenCL

Related-To: NEO-6057
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
Maciej Dziuban
2021-09-21 13:22:36 +00:00
committed by Compute-Runtime-Automation
parent 3b4a5c25da
commit 2707618fe3
9 changed files with 55 additions and 52 deletions

View File

@@ -811,7 +811,7 @@ HWTEST_F(GetDeviceInfoQueueFamilyTest, givenSubDeviceWithoutSupportedEngineWhenI
MockContext context(&clDevice1);
MockCommandQueue cmdQ(&context, &clDevice1, nullptr, false);
EXPECT_EQ(nullptr, cmdQ.getBcsCommandStreamReceiver());
EXPECT_EQ(nullptr, cmdQ.getBcsCommandStreamReceiver(aub_stream::EngineType::ENGINE_BCS));
}
}