pub unsafe extern "C" fn hipMemsetD8(
dest: hipDeviceptr_t,
value: c_uchar,
count: usize,
) -> hipError_t
Expand description
@brief Fills the first sizeBytes bytes of the memory area pointed to by dest with the constant byte value value.
@param[out] dest Data ptr to be filled @param[in] value Value to be set @param[in] count Number of values to be set @return #hipSuccess, #hipErrorInvalidValue, #hipErrorNotInitialized