hipmoduleloaddata Interface Reference#
hipfort::hipmoduleloaddata Interface Reference
builds module from code object which resides in host memory. More...
Public Member Functions | |
integer(kind(hipsuccess)) function | hipmoduleloaddata_ (myModule, image) |
Detailed Description
builds module from code object which resides in host memory.
Image is pointer to that location.
- Parameters
-
[in] image [out] module
- Returns
- hipSuccess, hipErrorNotInitialized, hipErrorOutOfMemory, hipErrorNotInitialized
Member Function/Subroutine Documentation
◆ hipmoduleloaddata_()
integer(kind(hipsuccess)) function hipfort::hipmoduleloaddata::hipmoduleloaddata_ | ( | type(c_ptr) | myModule, |
type(c_ptr), value | image | ||
) |
The documentation for this interface was generated from the following file: