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:
Mateusz Hoppe
2025-05-21 12:22:11 +00:00
committed by Compute-Runtime-Automation
parent a423493a4a
commit 0d57dcfdf0
31 changed files with 260 additions and 108 deletions

View File

@@ -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;
}