hipmemsetd8 Interface Reference#
hipfort::hipmemsetd8 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 | hipmemsetd8_ (dest, myvalue, count) |
Detailed Description
Fills the first sizeBytes bytes of the memory area pointed to by dest with the constant byte value value.
- Parameters
-
[out] dest - Data ptr to be filled [in] myValue - Value to be set [in] count - Number of values to be set
- Returns
hipSuccess,hipErrorInvalidValue,hipErrorNotInitialized
Member Function/Subroutine Documentation
◆ hipmemsetd8_()
| integer(kind(hipsuccess)) function hipfort::hipmemsetd8::hipmemsetd8_ | ( | type(c_ptr), value | dest, |
| character(c_char), value | myvalue, | ||
| integer(c_size_t), value | count | ||
| ) |
The documentation for this interface was generated from the following file: