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.
- 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(c_int), value | myValue, | ||
integer(c_int), value | flags | ||
) |
The documentation for this interface was generated from the following file: