hipmemprefetchasync_v2 Interface Reference

hipmemprefetchasync_v2 Interface Reference#

HIPFORT API Reference: hipfort::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_ptrpointer to be prefetched
[in]countsize in bytes for prefetching
[in]locationdestination location to prefetch to
[in]flagsflags for future use, must be zero now.
[in]streamstream 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: