Rdocumentation
powered by
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
Link to current version
Version
Version
0.2-10
0.2-9
0.2-2
0.2-1
0.1-3.1
0.1-3
0.1-2
0.1-1
0.1-0
Install
install.packages('OpenCL')
Monthly Downloads
336
Version
0.2-10
License
BSD_3_clause + file LICENSE
Maintainer
Simon Urbanek
Last Published
December 22nd, 2023
Functions in OpenCL (0.2-10)
Search all functions
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.