hipmemsetd2d16async Interface Reference

hipmemsetd2d16async Interface Reference#

HIPFORT API Reference: hipfort::hipmemsetd2d16async Interface Reference
hipfort::hipmemsetd2d16async Interface Reference

Fills 2D memory range of 'width' 16-bit values asynchronously to the specified short value. More...

Public Member Functions

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

Detailed Description

Fills 2D memory range of 'width' 16-bit values asynchronously to the specified short 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

◆ hipmemsetd2d16async_()

integer(kind(hipsuccess)) function hipfort::hipmemsetd2d16async::hipmemsetd2d16async_ ( type(c_ptr), value  dst,
integer(c_size_t), value  dstpitch,
integer(c_short), 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: