mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
feature: add L0 API querying priority levels - zeDeviceGetPriorityLevels()
Related-To: NEO-14572 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a423493a4a
commit
0d57dcfdf0
@@ -177,7 +177,7 @@ CommandQueue::~CommandQueue() {
|
||||
}
|
||||
|
||||
void tryAssignSecondaryEngine(Device &device, EngineControl *&engineControl, EngineTypeUsage engineTypeUsage) {
|
||||
auto newEngine = device.getSecondaryEngineCsr(engineTypeUsage, false);
|
||||
auto newEngine = device.getSecondaryEngineCsr(engineTypeUsage, 0, false);
|
||||
if (newEngine) {
|
||||
engineControl = newEngine;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user