hipdrvlaunchkernelex Interface Reference#
hipfort::hipdrvlaunchkernelex Interface Reference
Launches a HIP kernel using the driver API with the specified configuration. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipdrvlaunchkernelex_ (config, f, params, extra) |
Detailed Description
Launches a HIP kernel using the driver API with the specified configuration.
This function dispatches the device kernel represented by a HIP function object. It passes both the kernel parameters and any extra configuration arguments to the kernel launch.
- Parameters
-
[in] config Pointer to the kernel launch configuration structure. [in] f HIP function object representing the device kernel to be launched. [in] params Array of pointers to the kernel parameters. [in] extra Array of pointers for additional launch parameters or extra configuration data.
- Returns
hipSuccessif the kernel is launched successfully, otherwise an appropriate error code.
Member Function/Subroutine Documentation
◆ hipdrvlaunchkernelex_()
| integer(kind(hipsuccess)) function hipfort::hipdrvlaunchkernelex::hipdrvlaunchkernelex_ | ( | type(hip_launch_config) | config, |
| type(c_ptr), value | f, | ||
| type(c_ptr) | params, | ||
| type(c_ptr) | extra | ||
| ) |
The documentation for this interface was generated from the following file: