hipmemset Interface Reference#
hipfort::hipmemset Interface Reference
Fills the first sizeBytes bytes of the memory area pointed to by dest with the ant byte value value. More...
Public Member Functions | |
integer(kind(hipsuccess)) function | hipmemset_ (dst, myValue, sizeBytes) |
Detailed Description
Fills the first sizeBytes bytes of the memory area pointed to by dest with the ant byte value value.
- Parameters
-
[out] dst Data being filled [in] ant value to be set [in] sizeBytes Data size in bytes
- Returns
- hipSuccess, hipErrorInvalidValue, hipErrorNotInitialized
Member Function/Subroutine Documentation
◆ hipmemset_()
integer(kind(hipsuccess)) function hipfort::hipmemset::hipmemset_ | ( | type(c_ptr), value | dst, |
integer(c_int), value | myValue, | ||
integer(c_size_t), value | sizeBytes | ||
) |
The documentation for this interface was generated from the following file: