hipdrvlaunchkernelex Interface Reference

hipdrvlaunchkernelex Interface Reference#

HIPFORT API Reference: hipfort::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]configPointer to the kernel launch configuration structure.
[in]fHIP function object representing the device kernel to be launched.
[in]paramsArray of pointers to the kernel parameters.
[in]extraArray of pointers for additional launch parameters or extra configuration data.
Returns
hipSuccess if 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: