All functions

clBuffer() as.clBuffer() is.clBuffer() as.double(<clBuffer>) as.integer(<clBuffer>) print(<clBuffer>) length(<clBuffer>) `[`(<clBuffer>) `[<-`(<clBuffer>)

Create and handle OpenCL buffers

clLocal() is.clLocal() print(<clLocal>) length(<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.