hiplibraryloaddata Interface Reference#
hipfort::hiplibraryloaddata Interface Reference
Load hip Library from inmemory object. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hiplibraryloaddata_ (library, code, jitoptions, jitoptionsvalues, numjitoptions, libraryoptions, libraryoptionvalues, numlibraryoptions) |
Detailed Description
Load hip Library from inmemory object.
- Parameters
-
[out] library Output Library [in] code In memory object [in] jitOptions JIT options, CUDA only [in] jitOptionsValues JIT options values, CUDA only [in] numJitOptions Number of JIT options [in] libraryOptions Library options [in] libraryOptionValues Library options values [in] numLibraryOptions Number of library options
- Returns
hipSuccess,hipErrorInvalidValue,
Member Function/Subroutine Documentation
◆ hiplibraryloaddata_()
| integer(kind(hipsuccess)) function hipfort::hiplibraryloaddata::hiplibraryloaddata_ | ( | type(c_ptr) | library, |
| type(c_ptr), value | code, | ||
| type(c_ptr), value | jitoptions, | ||
| type(c_ptr) | jitoptionsvalues, | ||
| integer(c_int), value | numjitoptions, | ||
| type(c_ptr), value | libraryoptions, | ||
| type(c_ptr) | libraryoptionvalues, | ||
| integer(c_int), value | numlibraryoptions | ||
| ) |
The documentation for this interface was generated from the following file: