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:
OpenCL_0.2-11.tar.gz
OpenCL_0.2-11.tgz(r-4.4-x86_64)OpenCL_0.2-11.tgz(r-4.4-arm64)OpenCL_0.2-11.tgz(r-4.3-x86_64)OpenCL_0.2-11.tgz(r-4.3-arm64)
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')) |
Bug tracker:https://github.com/s-u/opencl/issues
Last updated 8 months agofrom:84afa35308. Checks:OK: 1 NOTE: 3 ERROR: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 11 2024 |
R-4.5-linux-x86_64 | NOTE | Oct 11 2024 |
R-4.4-mac-x86_64 | NOTE | Oct 11 2024 |
R-4.4-mac-aarch64 | ERROR | Oct 13 2024 |
R-4.3-mac-x86_64 | NOTE | Oct 11 2024 |
R-4.3-mac-aarch64 | ERROR | Oct 13 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 page | Topics |
---|---|
Create and handle OpenCL buffers | as.clBuffer as.double.clBuffer as.integer.clBuffer clBuffer is.clBuffer length.clBuffer print.clBuffer [.clBuffer [<-.clBuffer |
Create and handle local memory arguments for OpenCL kernels | clLocal 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 Limits | oclMemLimits |
Retrieve available OpenCL platforms. | oclPlatforms |
Run a kernel using OpenCL. | oclRun |
Create and compile OpenCL kernel code. | oclSimpleKernel |