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] flags Accessibility of the memory pool from the specified location/device [in] mem_pool Memory pool being queried [in] location Location/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: