Package: OpenCL 0.2-11

OpenCL: Interface allowing R to use OpenCL

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

Authors:Simon Urbanek <[email protected]>, Aaron Puchert <[email protected]>

OpenCL_0.2-11.tar.gz

OpenCL_0.2-11.tgz(r-4.4-arm64)OpenCL_0.2-11.tgz(r-4.4-x86_64)OpenCL_0.2-11.tgz(r-4.3-arm64)OpenCL_0.2-11.tgz(r-4.3-x86_64)
OpenCL_0.2-11.tar.gz(r-4.5-noble)OpenCL_0.2-11.tar.gz(r-4.4-noble)
OpenCL.pdf |OpenCL.html
OpenCL/json (API)
NEWS

# Install 'OpenCL' in R:
install.packages('OpenCL', repos = c('https://s-u.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/s-u/opencl/issues

On CRAN:

23 exports 15 stars 6.33 score 0 dependencies 236 mentions 29 scripts 369 downloads

Last updated 6 months agofrom:84afa35308. Checks:OK: 1 NOTE: 3 ERROR: 2. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 11 2024
R-4.5-linux-x86_64NOTESep 11 2024
R-4.4-mac-aarch64ERRORSep 13 2024
R-4.4-mac-x86_64NOTESep 11 2024
R-4.3-mac-aarch64ERRORSep 13 2024
R-4.3-mac-x86_64NOTESep 11 2024

Exports:[.clBuffer[<-.clBufferas.clBufferas.double.clBufferas.integer.clBufferclBufferclLocalis.clBufferis.clLocallength.clBufferlength.clLocaloclContextoclDevicesoclInfooclInfo.clDeviceIDoclInfo.clPlatformIDoclInfo.listoclMemLimitsoclPlatformsoclRunoclSimpleKernelprint.clBufferprint.clLocal

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
Create and handle OpenCL buffersas.clBuffer as.double.clBuffer as.integer.clBuffer clBuffer is.clBuffer length.clBuffer print.clBuffer [.clBuffer [<-.clBuffer
Create and handle local memory arguments for OpenCL kernelsclLocal is.clLocal length.clLocal print.clLocal
Create an OpenCL context for a given device.oclContext
Get a list of OpenCL devices.oclDevices
Retrieve information about an OpenCL object.oclInfo oclInfo.clDeviceID oclInfo.clPlatformID oclInfo.list
OpenCL Memory Management and LimitsoclMemLimits
Retrieve available OpenCL platforms.oclPlatforms
Run a kernel using OpenCL.oclRun
Create and compile OpenCL kernel code.oclSimpleKernel