hipmemexporttoshareablehandle Interface Reference#
hipfort::hipmemexporttoshareablehandle Interface Reference
Exports an allocation to a requested shareable handle type. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipmemexporttoshareablehandle_ (shareablehandle, handle, handletype, flags) |
Detailed Description
Exports an allocation to a requested shareable handle type.
- Parameters
-
[out] shareableHandle - value of the returned handle. [in] handle - handle to share. [in] handleType - type of the shareable handle. [in] flags - currently unused, must be zero.
- Returns
hipSuccess,hipErrorInvalidValue,hipErrorNotSupported
- Warning
- This API is marked as Beta. While this feature is complete, it can change and might have outstanding issues.
- Note
- This API is implemented on Linux and is under development on Microsoft Windows.
Member Function/Subroutine Documentation
◆ hipmemexporttoshareablehandle_()
| integer(kind(hipsuccess)) function hipfort::hipmemexporttoshareablehandle::hipmemexporttoshareablehandle_ | ( | type(c_ptr), value | shareablehandle, |
| type(c_ptr), value | handle, | ||
| integer(kind(hipmemhandletypenone)), value | handletype, | ||
| integer(c_int64_t), value | flags | ||
| ) |
The documentation for this interface was generated from the following file: