hipmemaddressreserve Interface Reference

hipmemaddressreserve Interface Reference#

HIPFORT API Reference: hipfort::hipmemaddressreserve Interface Reference
hipfort::hipmemaddressreserve Interface Reference

Reserves an address range. More...

Public Member Functions

integer(kind(hipsuccess)) function hipmemaddressreserve_ (ptr, mysize, alignment, addr, flags)
 

Detailed Description

Reserves an address range.

Parameters
[out]ptr- starting address of the reserved range.
[in]size- size of the reservation.
[in]alignment- alignment of the address.
[in]addr- requested starting address of the range.
[in]flags- currently unused, must be zero.
Returns
hipSuccess, hipErrorInvalidValue, hipErrorNotSupported
Warning
This API is marked as Beta. While this feature is complete, it can change and might have outstanding issues.
Note
This API is implemented on Linux and is under development on Microsoft Windows.

Member Function/Subroutine Documentation

◆ hipmemaddressreserve_()

integer(kind(hipsuccess)) function hipfort::hipmemaddressreserve::hipmemaddressreserve_ ( type(c_ptr)  ptr,
integer(c_size_t), value  mysize,
integer(c_size_t), value  alignment,
type(c_ptr), value  addr,
integer(c_int64_t), value  flags 
)

The documentation for this interface was generated from the following file: