clBuffer                Create and handle OpenCL buffers
clLocal                 Create and handle local memory arguments for
                        OpenCL kernels
oclContext              Create an OpenCL context for a given device.
oclDevices              Get a list of OpenCL devices.
oclInfo                 Retrieve information about an OpenCL object.
oclMemLimits            OpenCL Memory Management and Limits
oclPlatforms            Retrieve available OpenCL platforms.
oclRun                  Run a kernel using OpenCL.
oclSimpleKernel         Create and compile OpenCL kernel code.
