diff --git a/hipamd/src/hip_stream.cpp b/hipamd/src/hip_stream.cpp index 2b81515784..751ebea12f 100644 --- a/hipamd/src/hip_stream.cpp +++ b/hipamd/src/hip_stream.cpp @@ -52,7 +52,7 @@ hipError_t ihipStreamCreate(hipStream_t *stream, unsigned int flags) e = hipErrorInvalidDevice; } - return ihipLogStatus(e); + return e; }