Change-Id: I5b507fc2b544df0cd3a900a2763c7a3ad6295c13


[ROCm/hip commit: 1e56dead78]
This commit is contained in:
Aditya Atluri
2016-09-29 10:06:26 -05:00
parent 04871c910b
commit d31206acb8
@@ -1083,7 +1083,7 @@ hipError_t hipMemset(void* dst, int value, size_t sizeBytes );
* @return #hipSuccess, #hipErrorInvalidValue, #hipErrorMemoryFree
*/
#if __cplusplus
hipError_t hipMemsetAsync(void* dst, int value, size_t sizeBytes, hipStream_t = 0 );
hipError_t hipMemsetAsync(void* dst, int value, size_t sizeBytes, hipStream_t stream = 0 );
#else
hipError_t hipMemsetAsync(void* dst, int value, size_t sizeBytes, hipStream_t stream);
#endif