hipmemaddressfree Interface Reference

hipmemaddressfree Interface Reference#

HIPFORT API Reference: hipfort::hipmemaddressfree Interface Reference
hipfort::hipmemaddressfree Interface Reference

Frees an address range reservation made via hipMemAddressReserve. More...

Public Member Functions

integer(kind(hipsuccess)) function hipmemaddressfree_ (devptr, mysize)
 

Detailed Description

Frees an address range reservation made via hipMemAddressReserve.

Parameters
[in]devPtr- starting address of the range.
[in]size- size of the range.
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

◆ hipmemaddressfree_()

integer(kind(hipsuccess)) function hipfort::hipmemaddressfree::hipmemaddressfree_ ( type(c_ptr), value  devptr,
integer(c_size_t), value  mysize 
)

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