- CLHandleType
- CLGetInfoInteger
- CLGetInfoString
- CLContextCreate
- CLContextFree
- CLGetDeviceInfo
- CLProgramCreate
- CLProgramFree
- CLKernelCreate
- CLKernelFree
- CLSetKernelArg
- CLSetKernelArgMem
- CLSetKernelArgMemLocal
- CLBufferCreate
- CLBufferFree
- CLBufferWrite
- CLBufferRead
- CLExecute
- CLExecutionStatus
CLKernelFree
Removes an OpenCL start function.
void CLKernelFree(
|
Parameters
kernel_name
[in] Handle of the kernel object.
Return Value
None. In the case of an internal error the value of _LastError changes. For information about the error, use the GetLastError() function.