hipmemcpy3dbatchasync Interface Reference#
hipfort::hipmemcpy3dbatchasync Interface Reference
Perform Batch of 3D copies. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipmemcpy3dbatchasync_ (numops, oplist, failidx, flags, stream) |
Detailed Description
Perform Batch of 3D copies.
- Parameters
-
[in] numOps - Total number of memcpy operations. [in] opList - Array of size numOps containing the actual memcpy operations. [in] failIdx - Pointer to a location to return the index of the copy where a failure - was encountered.
[in] flags - Flags for future use, must be zero now. [in] stream - The stream to enqueue the operations in.
- Returns
hipSuccess,hipErrorInvalidValue
Member Function/Subroutine Documentation
◆ hipmemcpy3dbatchasync_()
| integer(kind(hipsuccess)) function hipfort::hipmemcpy3dbatchasync::hipmemcpy3dbatchasync_ | ( | integer(c_size_t), value | numops, |
| type(hipmemcpy3dbatchop) | oplist, | ||
| type(c_ptr), value | failidx, | ||
| integer(c_int64_t), value | flags, | ||
| type(c_ptr), value | stream | ||
| ) |
The documentation for this interface was generated from the following file: