hiparraycreate Interface Reference#
hipfort::hiparraycreate Interface Reference
Create an array memory pointer on the device. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hiparraycreate_ (phandle, pallocatearray) |
Detailed Description
Create an array memory pointer on the device.
- Parameters
-
[out] pHandle - Pointer to the array memory [in] pAllocateArray - Requested array desciptor
- Returns
hipSuccess,hipErrorInvalidValue,hipErrorNotSupported
- See also
- hipMallocArray, hipArrayDestroy, hipFreeArray
Member Function/Subroutine Documentation
◆ hiparraycreate_()
| integer(kind(hipsuccess)) function hipfort::hiparraycreate::hiparraycreate_ | ( | type(c_ptr) | phandle, |
| type(hip_array_descriptor) | pallocatearray | ||
| ) |
The documentation for this interface was generated from the following file: