- Home
- Bioconductor 3.21
- Software Packages
- gpuMagic
gpuMagic
This package is for version 3.21 of Bioconductor. This package has been removed from Bioconductor. For the last stable, up-to-date release version, see gpuMagic.
An openCL compiler with the capacity to compile R functions and run the code on GPU
Bioconductor version: 3.21
The package aims to help users write openCL code with little or no effort. It is able to compile an user-defined R function and run it on a device such as a CPU or a GPU. The user can also write and run their openCL code directly by calling .kernel function.
Author: Jiefei Wang [aut, cre], Martin Morgan [aut]
Maintainer: Jiefei Wang <szwjf08 at gmail.com>
citation("gpuMagic")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("gpuMagic")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("gpuMagic")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.