Package: gpuMagic
Type: Package
Title: An openCL compiler with the capacity to compile R functions and
        run the code on GPU
Version: 1.6.0
Date: 2018-10-07
Author: Jiefei Wang
Maintainer: Jiefei Wang <szwjf08@gmail.com>
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
git_url: https://git.bioconductor.org/packages/gpuMagic
git_branch: RELEASE_3_12
git_last_commit: 45cd18e
git_last_commit_date: 2020-10-27
Date/Publication: 2020-10-27
NeedsCompilation: yes
Packaged: 2020-10-28 02:06:46 UTC; biocbuild
Built: R 4.0.3; i386-w64-mingw32; 2020-10-28 14:22:32 UTC; windows
Archs: i386, x64
