hipmemcpyfromsymbolasync Interface Reference#
hipfort::hipmemcpyfromsymbolasync Interface Reference
Copies data from the given symbol on the device asynchronously. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipmemcpyfromsymbolasync_ (dst, symbol, sizebytes, offset, mykind, stream) |
Detailed Description
Copies data from the given symbol on the device asynchronously.
- Parameters
-
[out] dst - Returns pointer to destinition memory address [in] symbol - pointer to the symbole address on the device [in] sizeBytes - size in bytes to copy [in] offset - offset in bytes from the start of symbole [in] myKind - type of memory transfer [in] stream - stream identifier
- Returns
hipSuccess,hipErrorInvalidValue
Member Function/Subroutine Documentation
◆ hipmemcpyfromsymbolasync_()
| integer(kind(hipsuccess)) function hipfort::hipmemcpyfromsymbolasync::hipmemcpyfromsymbolasync_ | ( | type(c_ptr), value | dst, |
| type(c_ptr), value | symbol, | ||
| 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: