hipmemrangegetattribute Interface Reference#
hipfort::hipmemrangegetattribute Interface Reference
Query an attribute of a given memory range in HIP. More...
Public Member Functions | |
integer(kind(hipsuccess)) function | hipmemrangegetattribute_ (myData, data_size, attribute, dev_ptr, count) |
Detailed Description
Query an attribute of a given memory range in HIP.
- Parameters
-
[in,out] data a pointer to a memory location where the result of each attribute query will be written to [in] data_size the size of data [in] attribute the attribute to query [in] dev_ptr start of the range to query [in] count size of the range to query
- Returns
- hipSuccess, hipErrorInvalidValue
Member Function/Subroutine Documentation
◆ hipmemrangegetattribute_()
integer(kind(hipsuccess)) function hipfort::hipmemrangegetattribute::hipmemrangegetattribute_ | ( | type(c_ptr), value | myData, |
integer(c_size_t), value | data_size, | ||
integer(kind(hipmemrangeattributereadmostly)), value | attribute, | ||
type(c_ptr), value | dev_ptr, | ||
integer(c_size_t), value | count | ||
) |
The documentation for this interface was generated from the following file: