hipmoduleload Interface Reference#
hipfort::hipmoduleload Interface Reference
  Loads code object from file into a hipModule_t. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipmoduleload_ (myModule, fname) | 
Detailed Description
Loads code object from file into a hipModule_t.
- Parameters
 - 
  
[in] fname [out] module  
- Returns
 - hipSuccess, hipErrorInvalidValue, hipErrorInvalidContext, hipErrorFileNotFound, hipErrorOutOfMemory, hipErrorSharedObjectInitFailed, hipErrorNotInitialized
 
Member Function/Subroutine Documentation
◆ hipmoduleload_()
| integer(kind(hipsuccess)) function hipfort::hipmoduleload::hipmoduleload_ | ( | type(c_ptr) | myModule, | 
| type(c_ptr), value | fname | ||
| ) | 
The documentation for this interface was generated from the following file: