mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
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:
committed by
Compute-Runtime-Automation
parent
bbe11205e3
commit
230d3e903b
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user