Learn R Programming

⚠️There's a newer version (0.2-10) of this package.Take me there.

OpenCL (version 0.1-1)

Interface allowing R to use OpenCL

Description

This package provides an interface to OpenCL, allowing R to leverage computiong power of GPUs.

Copy Link

Version

Install

install.packages('OpenCL')

Monthly Downloads

477

Version

0.1-1

License

BSD

Maintainer

Simon Urbanek

Last Published

August 10th, 2011

Functions in OpenCL (0.1-1)

oclDevices

Get a list of OpenCL devices.
clFloat

clFloat represents a single-precision vector that can be used with OpenCL.
oclSimpleKernel

Create and compile OpenCL kernel code.
oclRun

Run a kernel using OpenCL.
oclInfo

Retrieve information about an OpenCL object.
oclPlatforms

Retrieve available OpenCL platforms.