hipmempoolgetaccess Interface Reference

hipmempoolgetaccess Interface Reference#

HIPFORT API Reference: hipfort::hipmempoolgetaccess Interface Reference
hipfort::hipmempoolgetaccess Interface Reference

Returns the accessibility of a pool from a device. More...

Public Member Functions

integer(kind(hipsuccess)) function hipmempoolgetaccess_ (flags, mem_pool, location)
 

Detailed Description

Returns the accessibility of a pool from a device.

Returns the accessibility of the pool's memory from the specified location.

Parameters
[out]flagsAccessibility of the memory pool from the specified location/device
[in]mem_poolMemory pool being queried
[in]locationLocation/device for memory pool access
Returns
hipSuccess, hipErrorInvalidValue
See also
hipMallocFromPoolAsync, hipMallocAsync, hipFreeAsync, hipMemPoolGetAttribute, hipMemPoolTrimTo, hipDeviceSetMemPool, hipMemPoolSetAttribute, hipMemPoolSetAccess
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

◆ hipmempoolgetaccess_()

integer(kind(hipsuccess)) function hipfort::hipmempoolgetaccess::hipmempoolgetaccess_ ( type(c_ptr), value  flags,
type(c_ptr), value  mem_pool,
type(hipmemlocation location 
)

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