hipmemrangegetattributes Interface Reference#
hipfort::hipmemrangegetattributes Interface Reference
Query attributes of a given memory range in HIP. More...
Public Member Functions | |
integer(kind(hipsuccess)) function | hipmemrangegetattributes_ (myData, data_sizes, attributes, num_attributes, dev_ptr, count) |
Detailed Description
Query attributes of a given memory range in HIP.
- Parameters
-
[in,out] data a two-dimensional array containing pointers to memory locations where the result of each attribute query will be written to [in] data_sizes an array, containing the sizes of each result [in] attributes the attribute to query [in] num_attributes an array of attributes to query (numAttributes and the number of attributes in this array should match) [in] dev_ptr start of the range to query [in] count size of the range to query
- Returns
- hipSuccess, hipErrorInvalidValue
Member Function/Subroutine Documentation
◆ hipmemrangegetattributes_()
integer(kind(hipsuccess)) function hipfort::hipmemrangegetattributes::hipmemrangegetattributes_ | ( | type(c_ptr) | myData, |
type(c_ptr), value | data_sizes, | ||
type(c_ptr), value | attributes, | ||
integer(c_size_t), value | num_attributes, | ||
type(c_ptr), value | dev_ptr, | ||
integer(c_size_t), value | count | ||
) |
The documentation for this interface was generated from the following file: