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] image The pointer to the location of data [out] module Retuned module [in] numOptions Number of options [in] options Options for JIT [in] optionValues Option 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: