hiplibraryloadfromfile Interface Reference

hiplibraryloadfromfile Interface Reference#

HIPFORT API Reference: hipfort::hiplibraryloadfromfile Interface Reference
hipfort::hiplibraryloadfromfile Interface Reference

Load hip Library from file. More...

Public Member Functions

integer(kind(hipsuccess)) function hiplibraryloadfromfile_ (library, filename, jitoptions, jitoptionsvalues, numjitoptions, libraryoptions, libraryoptionvalues, numlibraryoptions)
 

Detailed Description

Load hip Library from file.

Parameters
[out]libraryOutput Library
[in]fileNamefile which contains code 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

◆ hiplibraryloadfromfile_()

integer(kind(hipsuccess)) function hipfort::hiplibraryloadfromfile::hiplibraryloadfromfile_ ( type(c_ptr)  library,
type(c_ptr), value  filename,
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: