fclSetKernelArg Interface

interface
public module subroutine fclSetKernelArg(kernel, argIndex, argValue)

Arguments

Type IntentOptional Attributes Name
type(fclKernel), intent(in) :: kernel

Focal kernel object

integer(kind=c_int32_t), intent(in) :: argIndex

Index of kernel argument to set

class(*), intent(in), target :: argValue

Value of kernel argument. Can be a scalar, an fclDeviceBuffer object, or an fclLocalArgument

Description

Set or change a single kernel argument