hipmemsetd2d32 Interface Reference

hipmemsetd2d32 Interface Reference#

HIPFORT API Reference: hipfort::hipmemsetd2d32 Interface Reference
hipfort::hipmemsetd2d32 Interface Reference

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

Public Member Functions

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

Detailed Description

Fills 2D memory range of 'width' 32-bit values synchronously 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
Returns
hipSuccess, hipErrorInvalidValue

Member Function/Subroutine Documentation

◆ hipmemsetd2d32_()

integer(kind(hipsuccess)) function hipfort::hipmemsetd2d32::hipmemsetd2d32_ ( 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 
)

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