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.3
Date: 2019-05-29
Author: Charles Determan Jr.
Maintainer: Charles Determan Jr. <cdetermanjr@gmail.com>
VignetteBuilder: knitr
License: GPL (>= 2)
Encoding: UTF-8
Depends: R (>= 3.0.2), methods, utils
Imports: Rcpp (>= 0.12.15), assertive
LinkingTo: Rcpp (>= 0.12.15), RcppEigen (>= 0.3.3.4.0), RViennaCL (>=
        1.7.1.7), BH
NeedsCompilation: yes
Suggests: testthat, knitr
URL: http://github.com/cdeterman/gpuR
BugReports: http://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)
RoxygenNote: 6.1.1
Packaged: 2019-05-29 18:32:09 UTC; y66534
Repository: CRAN
Date/Publication: 2019-05-29 21:10:12 UTC
