- Home
- Bioconductor 3.14
- Software Packages
- gpuMagic
gpuMagic
This package is for version 3.14 of Bioconductor; for the 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.14
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
Maintainer: Jiefei Wang <szwjf08 at gmail.com>
citation("gpuMagic")):
Installation
To install this package, start R (version "4.1") 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.