hipmodulegetfunction Interface Reference#
hipfort::hipmodulegetfunction Interface Reference
Function with kname will be extracted if present in module. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipmodulegetfunction_ (myfunction, mymodule, kname) |
Detailed Description
Function with kname will be extracted if present in module.
- Parameters
-
[in] module Module to get function from [in] kname Pointer to the name of function [out] function Pointer to function handle
- Returns
hipSuccess,hipErrorInvalidValue,hipErrorInvalidContext,hipErrorNotInitialized,hipErrorNotFound,
Member Function/Subroutine Documentation
◆ hipmodulegetfunction_()
| integer(kind(hipsuccess)) function hipfort::hipmodulegetfunction::hipmodulegetfunction_ | ( | type(c_ptr) | myfunction, |
| type(c_ptr), value | mymodule, | ||
| type(c_ptr), value | kname | ||
| ) |
The documentation for this interface was generated from the following file: