Package: gpuR
Type: Package
Title: GPU Functions for R Objects
Description: Provides GPU enabled functions for 'R' objects in a simple and
    approachable manner.  New 'gpu*' and 'vcl*' classes have been provided to
    wrap typical 'R' objects (e.g. vector, matrix), in both host and device
    spaces, to mirror typical 'R' syntax without the need to know 'OpenCL'.
Version: 2.0.6
Date: 2024-05-22
Authors@R: c(
      person(given="Charles", family="Determan Jr", 
                    role = c("aut", "cph"),
                     email = "cdetermanjr@gmail.com"
                     ),
      person("Patrick", "Brown", 
                     email = "patrick.borgnine@gmail.com",
                     role = c("aut", "ctb"),
                     comment = c(ORCID = '0000-0003-2541-3744')
                     ),
      person(given="Ruoyong", family="Xu", 
                    role = c("cre", "ctb"),
                     email = "ruoyong.xu@mail.utoronto.ca",
                     comment = c(ORCID = '0000-0003-3474-8183')
                     ),
     person("The Khronos Group Inc", role = "cph", 
       comment = "Copyright holder of some included header files"))
Maintainer: Ruoyong Xu <ruoyong.xu@mail.utoronto.ca>
VignetteBuilder: knitr
License: GPL (>= 2)
Encoding: UTF-8
Depends: R (>= 3.0.2), methods, utils
Imports: Rcpp (>= 0.12.15), RViennaCL, BH, RcppEigen
LinkingTo: Rcpp (>= 0.12.15), RcppEigen (>= 0.3.3.4.0), RViennaCL (>=
        1.7.1.7), BH
NeedsCompilation: yes
Suggests: testthat, knitr
URL: https://github.com/eborgnine/gpuR
BugReports: https://github.com/cdeterman/gpuR/issues/new
SystemRequirements: C++11 (supporting at least std=c++0x), OpenCL
        shared library (provided by an SDK such as AMD/NVIDIA) and
        OpenCL headers including the C++ header file (provided by
        Khronos if not by SDK)
OS_type: unix
RoxygenNote: 7.3.1
Packaged: 2024-05-22 13:53:23 UTC; ruoyong
Author: Charles Determan Jr [aut, cph],
  Patrick Brown [aut, ctb] (<https://orcid.org/0000-0003-2541-3744>),
  Ruoyong Xu [cre, ctb] (<https://orcid.org/0000-0003-3474-8183>),
  The Khronos Group Inc [cph] (Copyright holder of some included header
    files)
Repository: CRAN
Date/Publication: 2024-05-23 16:00:02 UTC
Built: R 4.2.3; aarch64-apple-darwin20; 2024-05-23 16:58:22 UTC; unix
Archs: gpuR.so.dSYM
