Don't save error status on ihip function.

This commit is contained in:
Ben Sander
2016-10-05 11:47:41 -05:00
parent 821080487a
commit b4a783efa1
+1 -1
View File
@@ -52,7 +52,7 @@ hipError_t ihipStreamCreate(hipStream_t *stream, unsigned int flags)
e = hipErrorInvalidDevice;
}
return ihipLogStatus(e);
return e;
}