hipdrvpointergetattributes Interface Reference#
hipfort::hipdrvpointergetattributes Interface Reference
  Returns information about the specified pointer. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipdrvpointergetattributes_ (numAttributes, attributes, myData, ptr) | 
Detailed Description
Returns information about the specified pointer.
[BETA]
- Parameters
 - 
  
[in] numAttributes number of attributes to query for [in] attributes attributes to query for [in,out] data a two-dimensional containing pointers to memory locations where the result of each attribute query will be written to [in] ptr pointer to get attributes for  
- Returns
 - hipSuccess, hipErrorInvalidDevice, hipErrorInvalidValue
 
- See also
 - hipPointerGetAttribute
 
Member Function/Subroutine Documentation
◆ hipdrvpointergetattributes_()
| integer(kind(hipsuccess)) function hipfort::hipdrvpointergetattributes::hipdrvpointergetattributes_ | ( | integer(c_int), value | numAttributes, | 
| type(c_ptr), value | attributes, | ||
| type(c_ptr) | myData, | ||
| type(c_ptr), value | ptr | ||
| ) | 
The documentation for this interface was generated from the following file: