hipmemprefetchasync Interface Reference#
hipfort::hipmemprefetchasync Interface Reference
Prefetches memory to the specified destination device using HIP. More...
Public Member Functions | |
integer(kind(hipsuccess)) function | hipmemprefetchasync_ (dev_ptr, count, device, 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] device destination device to prefetch to [in] stream stream to enqueue prefetch operation
- Returns
- hipSuccess, hipErrorInvalidValue
Member Function/Subroutine Documentation
◆ hipmemprefetchasync_()
integer(kind(hipsuccess)) function hipfort::hipmemprefetchasync::hipmemprefetchasync_ | ( | type(c_ptr), value | dev_ptr, |
integer(c_size_t), value | count, | ||
integer(c_int), value | device, | ||
type(c_ptr), value | stream | ||
) |
The documentation for this interface was generated from the following file: