hipmemcpytosymbolasync Interface Reference#
hipfort::hipmemcpytosymbolasync Interface Reference
Copies data to the given symbol on the device asynchronously. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipmemcpytosymbolasync_ (symbol, src, sizebytes, offset, mykind, stream) |
Detailed Description
Copies data to the given symbol on the device asynchronously.
- Parameters
-
[out] symbol - pointer to the device symbole [in] src - pointer to the source address [in] sizeBytes - size in bytes to copy [in] offset - offset in bytes from start of symbole [in] myKind - type of memory transfer [in] stream - stream identifier
- Returns
hipSuccess,hipErrorInvalidValue
Member Function/Subroutine Documentation
◆ hipmemcpytosymbolasync_()
| integer(kind(hipsuccess)) function hipfort::hipmemcpytosymbolasync::hipmemcpytosymbolasync_ | ( | type(c_ptr), value | symbol, |
| type(c_ptr), value | src, | ||
| integer(c_size_t), value | sizebytes, | ||
| integer(c_size_t), value | offset, | ||
| integer(kind(hipmemcpyhosttohost)), value | mykind, | ||
| type(c_ptr), value | stream | ||
| ) |
The documentation for this interface was generated from the following file: