pub unsafe extern "C" fn hipMemset3DAsync(
    pitchedDevPtr: hipPitchedPtr,
    value: i32,
    extent: hipExtent,
    stream: *mut ihipStream_t
) -> hipError_t
Expand description

@brief Fills asynchronously the memory area pointed to by pitchedDevPtr with the constant value.

@param[in] pitchedDevPtr @param[in] value - constant value to be set @param[in] extent @param[in] stream @return #hipSuccess, #hipErrorInvalidValue, #hipErrorMemoryFree