hipmemsetaccess Interface Reference

hipmemsetaccess Interface Reference#

HIPFORT API Reference: hipfort::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
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: