hipmalloc3darray Interface Reference#
hipfort::hipmalloc3darray Interface Reference
Allocate an array on the device. More...
Public Member Functions | |
integer(kind(hipsuccess)) function | hipmalloc3darray_ (array, desc, extent, flags) |
Detailed Description
Allocate an array on the device.
- Parameters
-
[out] array Pointer to allocated array in device memory [in] desc Requested channel format [in] extent Requested array allocation width, height and depth [in] flags Requested properties of allocated array
- Returns
- hipSuccess, hipErrorOutOfMemory
- See also
- hipMalloc, hipMallocPitch, hipFree, hipFreeArray, hipHostMalloc, hipHostFree
Member Function/Subroutine Documentation
◆ hipmalloc3darray_()
integer(kind(hipsuccess)) function hipfort::hipmalloc3darray::hipmalloc3darray_ | ( | type(c_ptr) | array, |
type(c_ptr) | desc, | ||
type(c_ptr), value | extent, | ||
integer(c_int), value | flags | ||
) |
The documentation for this interface was generated from the following file: