Learn R Programming

OpenCL (version 0.2-10)

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

336

Version

0.2-10

License

BSD_3_clause + file LICENSE

Maintainer

Last Published

December 22nd, 2023

Functions in OpenCL (0.2-10)

oclMemLimits

OpenCL Memory Management and Limits
oclContext

Create an OpenCL context for a given device.
oclSimpleKernel

Create and compile OpenCL kernel code.
clLocal

Create and handle local memory arguments for OpenCL kernels
clBuffer

Create and handle OpenCL buffers
oclDevices

Get a list of OpenCL devices.
oclPlatforms

Retrieve available OpenCL platforms.
oclInfo

Retrieve information about an OpenCL object.
oclRun

Run a kernel using OpenCL.