hiplibraryloaddata Interface Reference

hiplibraryloaddata Interface Reference#

HIPFORT API Reference: hipfort::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]libraryOutput Library
[in]codeIn memory object
[in]jitOptionsJIT options, CUDA only
[in]jitOptionsValuesJIT options values, CUDA only
[in]numJitOptionsNumber of JIT options
[in]libraryOptionsLibrary options
[in]libraryOptionValuesLibrary options values
[in]numLibraryOptionsNumber 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: