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:
parent
a6ac10088c
commit
06dad67c5a
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue