hipmalloc3d Interface Reference#
hipfort::hipmalloc3d Interface Reference
Create a 3D memory pointer on the device. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipmalloc3d_ (pitcheddevptr, extent) |
Detailed Description
Create a 3D memory pointer on the device.
- Parameters
-
[out] pitchedDevPtr - Pointer to the 3D memory [in] extent - Requested extent
- Returns
hipSuccess,hipErrorInvalidValue,hipErrorNotSupported
- See also
- hipMallocPitch, hipMemGetInfo, hipFree
Member Function/Subroutine Documentation
◆ hipmalloc3d_()
| integer(kind(hipsuccess)) function hipfort::hipmalloc3d::hipmalloc3d_ | ( | type(hippitchedptr) | pitcheddevptr, |
| type(c_ptr), value | extent | ||
| ) |
The documentation for this interface was generated from the following file: