fix: Move first submission programming to a separate function

Call the new function after debugger and sip kernel are initialized.

Related-To: HSD-18038645398, HSD-18038819112

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2024-06-24 22:55:08 +00:00
committed by Compute-Runtime-Automation
parent bbe11205e3
commit 230d3e903b
9 changed files with 76 additions and 46 deletions

View File

@@ -2995,8 +2995,8 @@ struct CopyOnlyQueueTests : ::testing::Test {
device->regularEngineGroups.clear();
device->allEngines.clear();
device->createEngine(0, typeUsageRcs);
device->createEngine(1, typeUsageBcs);
device->createEngine(typeUsageRcs);
device->createEngine(typeUsageBcs);
bcsEngine = &device->getAllEngines().back();
clDevice = std::make_unique<MockClDevice>(device);