hiphostgetdevicepointer Interface Reference#
hipfort::hiphostgetdevicepointer Interface Reference
Get Device pointer from Host Pointer allocated through hipHostMalloc. More...
Public Member Functions | |
integer(kind(hipsuccess)) function | hiphostgetdevicepointer_orig (devPtr, hstPtr, flags) |
Detailed Description
Get Device pointer from Host Pointer allocated through hipHostMalloc.
- Parameters
-
[out] dstPtr Device Pointer mapped to passed host pointer [in] hstPtr Host Pointer allocated through hipHostMalloc [in] flags Flags to be passed for extension
- Returns
- #hipSuccess, #hipErrorInvalidValue, #hipErrorOutOfMemory
- See also
- hipSetDeviceFlags, hipHostMalloc
Member Function/Subroutine Documentation
◆ hiphostgetdevicepointer_orig()
integer(kind(hipsuccess)) function hipfort::hiphostgetdevicepointer::hiphostgetdevicepointer_orig | ( | type(c_ptr) | devPtr, |
type(c_ptr), value | hstPtr, | ||
integer(kind=4), value | flags | ||
) |
The documentation for this interface was generated from the following file: