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 [out] module [in] number of options [in] options for JIT [in] 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: