hipstreamwritevalue64 Interface Reference

hipstreamwritevalue64 Interface Reference#

HIPFORT API Reference: hipfort::hipstreamwritevalue64 Interface Reference
hipfort::hipstreamwritevalue64 Interface Reference

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

Public Member Functions

integer(kind(hipsuccess)) function hipstreamwritevalue64_ (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

◆ hipstreamwritevalue64_()

integer(kind(hipsuccess)) function hipfort::hipstreamwritevalue64::hipstreamwritevalue64_ ( type(c_ptr), value  stream,
type(c_ptr), value  ptr,
integer(c_long), value  myValue,
integer(c_int), value  flags 
)

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