Learn R Programming

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

OpenCL (version 0.1-2)

Interface allowing R to use OpenCL

Description

This package provides an interface to OpenCL, allowing R to leverage computing power of GPUs and other HPC accelerator devices.

Copy Link

Version

Install

install.packages('OpenCL')

Monthly Downloads

477

Version

0.1-2

License

BSD

Maintainer

Simon Urbanek

Last Published

March 8th, 2012

Functions in OpenCL (0.1-2)

oclRun

Run a kernel using OpenCL.
oclDevices

Get a list of OpenCL devices.
oclInfo

Retrieve information about an OpenCL object.
clFloat

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

Retrieve available OpenCL platforms.
oclSimpleKernel

Create and compile OpenCL kernel code.