Add a return statement for getCsrForLowPriority

Related-to: LOCI-1124
Signed-off-by: Young Jin Yoon <young.jin.yoon@intel.com>
This commit is contained in:
Young Jin Yoon 2020-12-29 12:00:47 -08:00 committed by Compute-Runtime-Automation
parent a6ac10088c
commit 06dad67c5a
1 changed files with 1 additions and 0 deletions

View File

@ -798,6 +798,7 @@ ze_result_t DeviceImp::getCsrForLowPriority(NEO::CommandStreamReceiver **csr) {
}
// if the code falls through, we have no low priority context created by neoDevice.
UNRECOVERABLE_IF(true);
return ZE_RESULT_ERROR_UNKNOWN;
}
ze_result_t DeviceImp::mapOrdinalForAvailableEngineGroup(uint32_t *ordinal) {