Don't save error status on ihip function.

Este commit está contenido en:
Ben Sander
2016-10-05 11:47:41 -05:00
padre 6950d3f9e9
commit 3ea5aac9a3
+1 -1
Ver fichero
@@ -52,7 +52,7 @@ hipError_t ihipStreamCreate(hipStream_t *stream, unsigned int flags)
e = hipErrorInvalidDevice;
}
return ihipLogStatus(e);
return e;
}