hipmemimportfromshareablehandle Interface Reference#
hipfort::hipmemimportfromshareablehandle Interface Reference
Imports an allocation from a requested shareable handle type. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipmemimportfromshareablehandle_ (handle, oshandle, shhandletype) |
Detailed Description
Imports an allocation from a requested shareable handle type.
- Parameters
-
[out] handle - returned value. [in] osHandle - shareable handle representing the memory allocation. [in] shHandleType - handle type.
- 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
◆ hipmemimportfromshareablehandle_()
| integer(kind(hipsuccess)) function hipfort::hipmemimportfromshareablehandle::hipmemimportfromshareablehandle_ | ( | type(c_ptr) | handle, |
| type(c_ptr), value | oshandle, | ||
| integer(kind(hipmemhandletypenone)), value | shhandletype | ||
| ) |
The documentation for this interface was generated from the following file: