Don't save error status on ihip function.

[ROCm/hip commit: b4a783efa1]
Цей коміт міститься в:
Ben Sander
2016-10-05 11:47:41 -05:00
джерело cc0dab0113
коміт dda8fb6596
+1 -1
Переглянути файл
@@ -52,7 +52,7 @@ hipError_t ihipStreamCreate(hipStream_t *stream, unsigned int flags)
e = hipErrorInvalidDevice;
}
return ihipLogStatus(e);
return e;
}