hipmempoolsetaccess Interface Reference

hipmempoolsetaccess Interface Reference#

HIPFORT API Reference: hipfort::hipmempoolsetaccess Interface Reference
hipfort::hipmempoolsetaccess Interface Reference

Controls visibility of the specified pool between devices. More...

Public Member Functions

integer(kind(hipsuccess)) function hipmempoolsetaccess_ (mem_pool, desc_list, count)
 

Detailed Description

Controls visibility of the specified pool between devices.

Parameters
[in]mem_poolMemory pool for acccess change
[in]desc_listArray of access descriptors. Each descriptor instructs the access to enable for a single gpu
[in]countNumber of descriptors in the map array.
Returns
hipSuccess, hipErrorInvalidValue
See also
hipMallocFromPoolAsync, hipMallocAsync, hipFreeAsync, hipMemPoolGetAttribute, hipMemPoolTrimTo, hipDeviceSetMemPool, hipMemPoolSetAttribute, hipMemPoolGetAccess
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

◆ hipmempoolsetaccess_()

integer(kind(hipsuccess)) function hipfort::hipmempoolsetaccess::hipmempoolsetaccess_ ( type(c_ptr), value  mem_pool,
type(hipmemaccessdesc desc_list,
integer(c_size_t), value  count 
)

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