hipmemsetd2d8 Interface Reference

hipmemsetd2d8 Interface Reference#

HIPFORT API Reference: hipfort::hipmemsetd2d8 Interface Reference
hipfort::hipmemsetd2d8 Interface Reference

Fills 2D memory range of 'width' 8-bit values synchronously to the specified char value. More...

Public Member Functions

integer(kind(hipsuccess)) function hipmemsetd2d8_ (dst, dstpitch, myvalue, width, height)
 

Detailed Description

Fills 2D memory range of 'width' 8-bit values synchronously to the specified char 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
Returns
hipSuccess, hipErrorInvalidValue

Member Function/Subroutine Documentation

◆ hipmemsetd2d8_()

integer(kind(hipsuccess)) function hipfort::hipmemsetd2d8::hipmemsetd2d8_ ( type(c_ptr), value  dst,
integer(c_size_t), value  dstpitch,
character(c_char), value  myvalue,
integer(c_size_t), value  width,
integer(c_size_t), value  height 
)

The documentation for this interface was generated from the following file: