hipmemset Interface Reference#
hipfort::hipmemset Interface Reference
Fills the first sizeBytes bytes of the memory area pointed to by dest with the constant 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 constant byte value value.
- Parameters
-
[out] dst - Data being filled [in] myValue - 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: