Don't save error status on ihip function.

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