hipmemsetaccess Interface Reference#
hipfort::hipmemsetaccess Interface Reference
Set the access flags for each location specified in desc for the given virtual address range. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipmemsetaccess_ (ptr, mysize, desc, count) |
Detailed Description
Set the access flags for each location specified in desc for the given virtual address range.
- Parameters
-
[in] ptr - starting address of the virtual address range. [in] size - size of the range. [in] desc - array of hipMemAccessDesc. [in] count - number of hipMemAccessDesc in desc.
- 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
◆ hipmemsetaccess_()
| integer(kind(hipsuccess)) function hipfort::hipmemsetaccess::hipmemsetaccess_ | ( | type(c_ptr), value | ptr, |
| integer(c_size_t), value | mysize, | ||
| type(hipmemaccessdesc) | desc, | ||
| integer(c_size_t), value | count | ||
| ) |
The documentation for this interface was generated from the following file: