Registration Open for GBCC2025:
Joint Galaxy/Bioconductor Conference!
Abstract Submission for Posters closes May 1!

gpuMagic

This is the released version of gpuMagic; for the devel version, see gpuMagic.

An openCL compiler with the capacity to compile R functions and run the code on GPU


Bioconductor version: Release (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 (from within R, enter 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")
Customized_opencl_codeHTMLR Script
quickStartHTMLR Script
Reference ManualPDF
NEWSText

Details

biocViewsInfrastructure, Software
Version1.23.0
In Bioconductor sinceBioC 3.9 (R-3.6) (6 years)
LicenseGPL-3
DependsR (>= 3.6.0), methods, utils
ImportsDeriv, DescTools, digest, pryr, stringr, BiocGenerics
System Requirements1. C++11, 2. a graphic driver or a CPU SDK. 3. ICD loader For Windows user, an ICD loader is required at C:/windows/system32/OpenCL.dll (Usually it is installed by the graphic driver). For Linux user (Except mac): ocl-icd-opencl-dev package is required. For Mac user, no action is needed for the system has installed the dependency. 4. GNU make
URL
Bug Reportshttps://github.com/Jiefei-Wang/gpuMagic/issues
See More
Suggeststestthat, knitr, rmarkdown, BiocStyle
Linking ToRcpp
Enhances
Depends On Me
Imports Me
Suggests Me
Links To Me
Build ReportBuild Report

Package Archives

Follow Installation instructions to use this package in your R session.

Source PackagegpuMagic_1.23.0.tar.gz
Windows Binary (x86_64) gpuMagic_1.24.0.zip (64-bit only)
macOS Binary (x86_64)gpuMagic_1.24.0.tgz
macOS Binary (arm64)
Source Repositorygit clone https://git.bioconductor.org/packages/gpuMagic
Source Repository (Developer Access)git clone git@git.bioconductor.org:packages/gpuMagic
Bioc Package Browserhttps://code.bioconductor.org/browse/gpuMagic/
Package Short Urlhttps://bioconductor.org/packages/gpuMagic/
Package Downloads ReportDownload Stats
close