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