hiparraygetinfo Interface Reference#
hipfort::hiparraygetinfo Interface Reference
Gets info about the specified array. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hiparraygetinfo_ (desc, extent, flags, array) |
Detailed Description
Gets info about the specified array.
- Parameters
-
[out] desc - Returned array type [out] extent - Returned array shape. 2D arrays will have depth of zero [out] flags - Returned array flags [in] array - The HIP array to get info for
- Returns
hipSuccess,hipErrorInvalidValuehipErrorInvalidHandle
- See also
- hipArrayGetDescriptor, hipArray3DGetDescriptor
Member Function/Subroutine Documentation
◆ hiparraygetinfo_()
| integer(kind(hipsuccess)) function hipfort::hiparraygetinfo::hiparraygetinfo_ | ( | type(hipchannelformatdesc) | desc, |
| type(hipextent) | extent, | ||
| type(c_ptr), value | flags, | ||
| type(c_ptr), value | array | ||
| ) |
The documentation for this interface was generated from the following file: