Learn R Programming

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

OpenCL (version 0.1-3.1)

Interface Allowing R to Use OpenCL

Description

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-3.1

License

BSD

Maintainer

Simon Urbanek

Last Published

January 31st, 2019

Functions in OpenCL (0.1-3.1)

oclRun

Run a kernel using OpenCL.
oclSimpleKernel

Create and compile OpenCL kernel code.
clFloat

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

Get a list of OpenCL devices.
oclInfo

Retrieve information about an OpenCL object.
oclPlatforms

Retrieve available OpenCL platforms.