hipmemcpy3dasync Interface Reference#
hipfort::hipmemcpy3dasync Interface Reference
Copies data between host and device asynchronously. More...
Public Member Functions | |
integer(kind(hipsuccess)) function | hipmemcpy3dasync_ (p, stream) |
Detailed Description
Copies data between host and device asynchronously.
- Parameters
-
[in] p 3D memory copy parameters [in] stream Stream to use
- Returns
- hipSuccess, hipErrorInvalidValue, hipErrorInvalidPitchValue, hipErrorInvalidDevicePointer, hipErrorInvalidMemcpyDirection
- See also
- hipMemcpy, hipMemcpy2DToArray, hipMemcpy2D, hipMemcpyFromArray, hipMemcpyToSymbol, hipMemcpyAsync
Member Function/Subroutine Documentation
◆ hipmemcpy3dasync_()
integer(kind(hipsuccess)) function hipfort::hipmemcpy3dasync::hipmemcpy3dasync_ | ( | type(c_ptr) | p, |
type(c_ptr), value | stream | ||
) |
The documentation for this interface was generated from the following file: