Function hip_runtime_sys::hipMemsetD32
source · pub unsafe extern "C" fn hipMemsetD32(
dest: hipDeviceptr_t,
value: c_int,
count: usize
) -> hipError_tExpand description
@brief Fills the memory area pointed to by dest with the constant integer value for specified number of times.
@param[out] dst Data being filled @param[in] constant value to be set @param[in] number of values to be set @return #hipSuccess, #hipErrorInvalidValue, #hipErrorNotInitialized