Man pages for RyanHope/ROpenCL
Access the OpenCL API from R

buildProgramBuild the OpenCL program
createBufferCreates the right OpenCL buffer given an R Object
createBufferFloatVectorCreates a Vector of Floats for OpenCL to use as buffer
createBufferIntegerVectorCreates a Vector of Integers for OpenCL to use as buffer
createCommandQueueCreates the OpenCL command queue
createContextCreates an OpenCL context
createContextFromTypeCreates an OpenCL context for a given device type
createKernelCreates an OpenCL kernel
createProgramCreates an OpenCL program.
createProgramWithSourceCreates an OpenCL program
enqueueNDRangeKernelEnqueues an NDRangeKernel
enqueueReadBufferEnqueues a read buffer
enqueueReadBufferFloatVectorEnqueues a read buffer for a vector of floats.
enqueueReadBufferIntegerVectorEnqueues a read buffer for a vector of integers.
enqueueWriteBufferEnqueues a write buffer
enqueueWriteBufferFloatVectorEnqueues a write buffer for a vector of floats.
enqueueWriteBufferIntegerVectorEnqueues a write buffer for a vector of integers.
getContextInfoRetreives information of the OpenCL context.
getDeviceIDsRetreives the different IDs of the available OpenCL devices.
getPlatformIDsRetreives the different IDs of the available OpenCL...
getPlatformNameRetreives the name of the given OpenCL platform.
getProgramInfoRetreives information about the given OpenCL program.
ROpenCL-packageProvide an easy interface to OpenCL computing.
setKernelArgIntSets a kernel argument with an integer value.
setKernelArgMemSets a kernel argument with a given buffer.
RyanHope/ROpenCL documentation built on May 9, 2019, 10:38 a.m.