2
0

Don't save error status on ihip function.

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