hipmoduleloaddataex Interface Reference

hipmoduleloaddataex Interface Reference#

HIPFORT API Reference: hipfort::hipmoduleloaddataex Interface Reference
hipfort::hipmoduleloaddataex Interface Reference

builds module from code object which resides in host memory. More...

Public Member Functions

integer(kind(hipsuccess)) function hipmoduleloaddataex_ (mymodule, image, numoptions, options, optionvalues)
 

Detailed Description

builds module from code object which resides in host memory.

Image is pointer to that location. Options are not used. hipModuleLoadData is called.

Parameters
[in]imageThe pointer to the location of data
[out]moduleRetuned module
[in]numOptionsNumber of options
[in]optionsOptions for JIT
[in]optionValuesOption values for JIT
Returns
hipSuccess, hipErrorNotInitialized, hipErrorOutOfMemory, hipErrorNotInitialized

Member Function/Subroutine Documentation

◆ hipmoduleloaddataex_()

integer(kind(hipsuccess)) function hipfort::hipmoduleloaddataex::hipmoduleloaddataex_ ( type(c_ptr)  mymodule,
type(c_ptr), value  image,
integer(c_int), value  numoptions,
type(c_ptr), value  options,
type(c_ptr)  optionvalues 
)

The documentation for this interface was generated from the following file: