hipdrvpointergetattributes Interface Reference

hipdrvpointergetattributes Interface Reference#

HIPFORT API Reference: hipfort::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]numAttributesnumber of attributes to query for
[in]attributesattributes to query for
[in,out]dataa two-dimensional containing pointers to memory locations where the result of each attribute query will be written to
[in]ptrpointer to get attributes for
Returns
hipSuccess, hipErrorInvalidDevice, hipErrorInvalidValue
Warning
This API is marked as Beta. While this feature is complete, it can change and might have outstanding issues.
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: