hipmemprefetchasync_v2 Interface Reference#
hipfort::hipmemprefetchasync_v2 Interface Reference
Prefetches memory to the specified destination device using HIP. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipmemprefetchasync_v2_ (dev_ptr, count, location, flags, stream) |
Detailed Description
Prefetches memory to the specified destination device using HIP.
- Parameters
-
[in] dev_ptr pointer to be prefetched [in] count size in bytes for prefetching [in] location destination location to prefetch to [in] flags flags for future use, must be zero now. [in] stream stream to enqueue prefetch operation
- Returns
hipSuccess,hipErrorInvalidValue
- Note
- This API is implemented on Linux and is under development on Microsoft Windows.
Member Function/Subroutine Documentation
◆ hipmemprefetchasync_v2_()
| integer(kind(hipsuccess)) function hipfort::hipmemprefetchasync_v2::hipmemprefetchasync_v2_ | ( | type(c_ptr), value | dev_ptr, |
| integer(c_size_t), value | count, | ||
| type(c_ptr), value | location, | ||
| integer(c_int), value | flags, | ||
| type(c_ptr), value | stream | ||
| ) |
The documentation for this interface was generated from the following file: