hipmemsetd2d32async Interface Reference#
hipfort::hipmemsetd2d32async Interface Reference
Fills 2D memory range of 'width' 32-bit values asynchronously to the specified int value. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipmemsetd2d32async_ (dst, dstpitch, myvalue, width, height, stream) |
Detailed Description
Fills 2D memory range of 'width' 32-bit values asynchronously to the specified int value.
Height specifies numbers of rows to set and dstPitch speicifies the number of bytes between each row.
- Parameters
-
[in] dst - Pointer to device memory [in] dstPitch - Pitch of dst device pointer [in] myValue - value to set [in] width - Width of row [in] height - Number of rows [in] stream - Stream Identifier
- Returns
hipSuccess,hipErrorInvalidValue
Member Function/Subroutine Documentation
◆ hipmemsetd2d32async_()
| integer(kind(hipsuccess)) function hipfort::hipmemsetd2d32async::hipmemsetd2d32async_ | ( | type(c_ptr), value | dst, |
| integer(c_size_t), value | dstpitch, | ||
| integer(c_int), value | myvalue, | ||
| integer(c_size_t), value | width, | ||
| integer(c_size_t), value | height, | ||
| type(c_ptr), value | stream | ||
| ) |
The documentation for this interface was generated from the following file: