hipmodulegetfunction Interface Reference

hipmodulegetfunction Interface Reference#

HIPFORT API Reference: hipfort::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]moduleModule to get function from
[in]knamePointer to the name of function
[out]functionPointer 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: