hipipcclosememhandle Interface Reference

hipipcclosememhandle Interface Reference#

HIPFORT API Reference: hipfort::hipipcclosememhandle Interface Reference
hipfort::hipipcclosememhandle Interface Reference

Close memory mapped with hipIpcOpenMemHandle. More...

Public Member Functions

integer(kind(hipsuccess)) function hipipcclosememhandle_ (devPtr)
 

Detailed Description

Close memory mapped with hipIpcOpenMemHandle.

Unmaps memory returnd by hipIpcOpenMemHandle. The original allocation in the exporting process as well as imported mappings in other processes will be unaffected.

Any resources used to enable peer access will be freed if this is the last mapping using them.

Parameters
devPtr- Device pointer returned by hipIpcOpenMemHandle
Returns
hipSuccess, hipErrorMapFailed, hipErrorInvalidHandle,

Member Function/Subroutine Documentation

◆ hipipcclosememhandle_()

integer(kind(hipsuccess)) function hipfort::hipipcclosememhandle::hipipcclosememhandle_ ( type(c_ptr), value  devPtr)

The documentation for this interface was generated from the following file: