Function hip_sys::hiprt::hipMemset3D

source ·
pub unsafe extern "C" fn hipMemset3D(
    pitchedDevPtr: hipPitchedPtr,
    value: i32,
    extent: hipExtent
) -> hipError_t
Expand 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