Function hip_sys::hiprt::hipMemset3D
source · pub unsafe extern "C" fn hipMemset3D(
pitchedDevPtr: hipPitchedPtr,
value: i32,
extent: hipExtent
) -> hipError_tExpand description
@brief Fills synchronously 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 @return #hipSuccess, #hipErrorInvalidValue, #hipErrorMemoryFree