hiparraygetdescriptor Interface Reference#
hipfort::hiparraygetdescriptor Interface Reference
Gets a 1D or 2D array descriptor. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hiparraygetdescriptor_ (parraydescriptor, array) |
Detailed Description
Gets a 1D or 2D array descriptor.
- Parameters
-
[out] pArrayDescriptor - Returned array descriptor [in] array - Array to get descriptor of
- Returns
hipSuccess,hipErrorDeinitialized,hipErrorNotInitialized,hipErrorInvalidContext,hipErrorInvalidValuehipErrorInvalidHandle
- See also
- hipArray3DCreate, hipArray3DGetDescriptor, hipArrayCreate, hipArrayDestroy, hipMemAlloc, hipMemAllocHost, hipMemAllocPitch, hipMemcpy2D, hipMemcpy2DAsync, hipMemcpy2DUnaligned, hipMemcpy3D, hipMemcpy3DAsync, hipMemcpyAtoA, hipMemcpyAtoD, hipMemcpyAtoH, hipMemcpyAtoHAsync, hipMemcpyDtoA, hipMemcpyDtoD, hipMemcpyDtoDAsync, hipMemcpyDtoH, hipMemcpyDtoHAsync, hipMemcpyHtoA, hipMemcpyHtoAAsync, hipMemcpyHtoD, hipMemcpyHtoDAsync, hipMemFree, hipMemFreeHost, hipMemGetAddressRange, hipMemGetInfo, hipMemHostAlloc, hipMemHostGetDevicePointer, hipMemsetD8, hipMemsetD16, hipMemsetD32, hipArrayGetInfo
Member Function/Subroutine Documentation
◆ hiparraygetdescriptor_()
| integer(kind(hipsuccess)) function hipfort::hiparraygetdescriptor::hiparraygetdescriptor_ | ( | type(hip_array_descriptor) | parraydescriptor, |
| type(c_ptr), value | array | ||
| ) |
The documentation for this interface was generated from the following file: