hiplaunchkernelexc Interface Reference#
hipfort::hiplaunchkernelexc Interface Reference
Launches a HIP kernel using a generic function pointer and the specified configuration. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hiplaunchkernelexc_ (config, fptr, args) |
Detailed Description
Launches a HIP kernel using a generic function pointer and the specified configuration.
This function is equivalent to hipLaunchKernelEx but accepts the kernel as a generic function pointer.
- Parameters
-
[in] config Pointer to the kernel launch configuration structure. [in] fPtr Pointer to the device kernel function. [in] args Array of pointers to the kernel arguments.
- Returns
hipSuccessif the kernel is launched successfully, otherwise an appropriate error code.
Member Function/Subroutine Documentation
◆ hiplaunchkernelexc_()
| integer(kind(hipsuccess)) function hipfort::hiplaunchkernelexc::hiplaunchkernelexc_ | ( | type(hiplaunchconfig_t) | config, |
| type(c_ptr), value | fptr, | ||
| type(c_ptr) | args | ||
| ) |
The documentation for this interface was generated from the following file: