Skip to content
Prev 40977 / 63424 Next

OpenCL [Was: Tesla GPUs]

I have created a small package called OpenCL which allows the use of OpenCL kernels in R. It supports both single and double precision and arbitrary number of input arguments. The kernel in the ?oclRun example is very close to what I used for the testing below (obviously you won't be able to run fair single-precision tests, because R needs to convert both input and output vectors to/from double precision).
Its home is at
http://rforge.net/OpenCL
and CRAN deo volente it may appear on CRAN soon.

Cheers,
Simon
On Aug 5, 2011, at 2:36 PM, Simon Urbanek wrote: