Don't save error status on ihip function.

このコミットが含まれているのは:
Ben Sander
2016-10-05 11:47:41 -05:00
コミット b4a783efa1
+1 -1
ファイルの表示
@@ -52,7 +52,7 @@ hipError_t ihipStreamCreate(hipStream_t *stream, unsigned int flags)
e = hipErrorInvalidDevice;
}
return ihipLogStatus(e);
return e;
}