hipmemcpypeerasync Interface Reference#
hipfort::hipmemcpypeerasync Interface Reference
Copies memory between two peer accessible devices asynchronously. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipmemcpypeerasync_ (dst, dstdeviceid, src, srcdevice, sizebytes, stream) |
Detailed Description
Copies memory between two peer accessible devices asynchronously.
- Parameters
-
[out] dst - Destination device pointer [in] dstDeviceId - Destination device [in] src - Source device pointer [in] srcDevice - Source device [in] sizeBytes - Size of memory copy in bytes [in] stream - Stream identifier
- Returns
hipSuccess,hipErrorInvalidValue,hipErrorInvalidDevice
Member Function/Subroutine Documentation
◆ hipmemcpypeerasync_()
| integer(kind(hipsuccess)) function hipfort::hipmemcpypeerasync::hipmemcpypeerasync_ | ( | type(c_ptr), value | dst, |
| integer(c_int), value | dstdeviceid, | ||
| type(c_ptr), value | src, | ||
| integer(c_int), value | srcdevice, | ||
| integer(c_size_t), value | sizebytes, | ||
| type(c_ptr), value | stream | ||
| ) |
The documentation for this interface was generated from the following file: