hipstreamwritevalue32 Interface Reference

hipstreamwritevalue32 Interface Reference#

HIPFORT API Reference: hipfort::hipstreamwritevalue32 Interface Reference
hipfort::hipstreamwritevalue32 Interface Reference

Enqueues a write command to the stream. More...

Public Member Functions

integer(kind(hipsuccess)) function hipstreamwritevalue32_ (stream, ptr, myValue, flags)
 

Detailed Description

Enqueues a write command to the stream.

[BETA]

Parameters
[in]stream- Stream identifier
[in]ptr- Pointer to a GPU accessible memory object
[in]value- Value to be written
[in]flags- reserved, ignored for now, will be used in future releases
Returns
#hipSuccess, #hipErrorInvalidValue

Enqueues a write command to the stream, write operation is performed after all earlier commands on this stream have completed the execution.

Warning
This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.
See also
hipExtMallocWithFlags, hipFree, hipStreamWriteValue32, hipStreamWaitValue32, hipStreamWaitValue64

Member Function/Subroutine Documentation

◆ hipstreamwritevalue32_()

integer(kind(hipsuccess)) function hipfort::hipstreamwritevalue32::hipstreamwritevalue32_ ( type(c_ptr), value  stream,
type(c_ptr), value  ptr,
integer(kind=4), value  myValue,
integer(kind=4), value  flags 
)

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