SWDEV-388278 - Fix return HIP_RETURN(x)

Change-Id: I940ee3660a2427eade8690a9318966fb04a1fbe8
This commit is contained in:
Ioannis Assiouras
2023-03-13 13:32:55 +00:00
parent ae631aaa32
commit e6520ddf8a
3 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -805,7 +805,7 @@ hipError_t hipStreamGetDevice(hipStream_t stream, hipDevice_t* device) {
}
if (!hip::isValid(stream)) {
return HIP_RETURN(hipErrorContextIsDestroyed);
HIP_RETURN(hipErrorContextIsDestroyed);
}
if (stream == nullptr) { // handle null stream