Function hip_runtime_sys::hipMemset3DAsync
source · pub unsafe extern "C" fn hipMemset3DAsync(
pitchedDevPtr: hipPitchedPtr,
value: c_int,
extent: hipExtent,
stream: hipStream_t
) -> hipError_tExpand 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