Fix hipMalloc to return error code if allocation fails.

[ROCm/hip commit: 59df70662a]
This commit is contained in:
Ben Sander
2017-04-24 11:02:38 -05:00
parent 2b8fbf40a8
commit ba2f2f56b8
2 changed files with 12 additions and 8 deletions
@@ -863,7 +863,7 @@ hipError_t hipPointerGetAttributes(hipPointerAttribute_t *attributes, const void
*
* If size is 0, no memory is allocated, *ptr returns nullptr, and hipSuccess is returned.
*
* @return #hipSuccess
* @return #hipSuccess, #hipErrorMemoryAllocation, #hipErrorInvalidValue (bad context, null *ptr)
*
* @see hipMallocPitch, hipFree, hipMallocArray, hipFreeArray, hipMalloc3D, hipMalloc3DArray, hipHostFree, hipHostMalloc
*/