Package: gpuMagic
Type: Package
Title: An openCL compiler with the capacity to compile R functions and
        run the code on GPU
Version: 1.26.0
Date: 2018-10-07
Authors@R: c(
    person(
        "Jiefei", "Wang",
        email = "szwjf08@gmail.com",
        role = c("aut", "cre")
    ),
    person("Martin", "Morgan", role = "aut"))
Description: 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.
License: GPL-3
LinkingTo: Rcpp
Depends: R (>= 3.6.0), methods, utils
Imports: Deriv, DescTools, digest, pryr, stringr, BiocGenerics
Suggests: testthat, knitr, rmarkdown, BiocStyle
biocViews: Infrastructure
BugReports: https://github.com/Jiefei-Wang/gpuMagic/issues
SystemRequirements: 1. 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
RoxygenNote: 7.1.0
Roxygen: list(markdown = TRUE)
Collate: 'ParserFramework.R' 'RCParserFunc_Rlevel.R'
        'RCParser_elementOP.R' 'RCParserFunc.R' 'RProfilerFunc.R'
        'pkgFunc.R' 'RCParser.R' 'RCParserSupportFunc.R' 'ROptimizer.R'
        'ROptimizerSupportFunc.R' 'RParser.R' 'RParserSupportFunc.R'
        'RProfiler.R' 'RProfilerSettings.R' 'RProfilerSupportFunc.R'
        'extCodeManager.R' 'tools.R' 'hash.R' 'gpuApply.R'
        'gpuFunctions.R' 'gpuMatix-class.R' 'gpuRefAddress.R'
        'gpuResourcesManager.R' 'kernelManager.R' 'managerTools.R'
        'toolsSupportFuncs.R' 'utils.R' 'utils_gpuApply.R'
        'varInfoManager.R' 'zzz.R'
VignetteBuilder: knitr
Encoding: UTF-8
PackageStatus: Deprecated
git_url: https://git.bioconductor.org/packages/gpuMagic
git_branch: RELEASE_3_22
git_last_commit: be1109c
git_last_commit_date: 2025-10-29
Repository: Bioconductor 3.22
Date/Publication: 2025-10-29
NeedsCompilation: yes
Packaged: 2025-10-30 03:54:02 UTC; biocbuild
Author: Jiefei Wang [aut, cre],
  Martin Morgan [aut]
Maintainer: Jiefei Wang <szwjf08@gmail.com>
Built: R 4.5.1; x86_64-apple-darwin20; 2025-10-30 12:19:11 UTC; unix
