| Name | Description |
|---|
| Enqueue (2) | Submits the Kernel to cmdQueue for computation with specified WorkSize. |
| GetCompileWorkGroupSize | Returns the work-group size specified in the source code. |
| ResetArgs | Resets the kernel parameter setting process. |
| SetArgBuffer | Sets the Kernel (Open CL function) parameter at argIndex to Value. |
| SetArgByte | Sets the Kernel (Open CL function) parameter at argIndex to Value. |
| SetArgDouble | Sets the Kernel (Open CL function) parameter at argIndex to Value. |
| SetArgInt32 | Sets the Kernel (Open CL function) parameter at argIndex to Value. |
| SetArgLocalMem (2) | Sets the Kernel (Open CL function) parameter at argIndex to local memory size associated with the queue. |
| SetArgSample | Sets the Kernel (Open CL function) parameter at argIndex to Value. |
| SetArgSingle | Sets the Kernel (Open CL function) parameter at argIndex to Value. |
| SetArgSmallInt | Sets the Kernel (Open CL function) parameter at argIndex to Value. |
| UpdateLocalMemoryInfo | Updates the value of Dew.Math.TOpenCLKernel.LocalMemorySize to reflect changes caused with calls to clSetKernelArg. |