hiplaunchkernelexc Interface Reference

hiplaunchkernelexc Interface Reference#

HIPFORT API Reference: hipfort::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]configPointer to the kernel launch configuration structure.
[in]fPtrPointer to the device kernel function.
[in]argsArray of pointers to the kernel arguments.
Returns
hipSuccess if 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: