Fix hipMalloc to return error code if allocation fails.

This commit is contained in:
Ben Sander
2017-04-24 11:02:38 -05:00
vanhempi 1f532b06f6
commit fb7eee01ff
2 muutettua tiedostoa jossa 12 lisäystä ja 8 poistoa
@@ -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
*/