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: 1.2.1
Date: 2016-12-30
Author: Charles Determan Jr.
Maintainer: Charles Determan Jr. <cdetermanjr@gmail.com>
VignetteBuilder: knitr
License: GPL (>= 2)
Depends: R (>= 3.0.2), methods, utils
Imports: Rcpp (>= 0.11.5), assertive
LinkingTo: Rcpp, RcppEigen, RViennaCL (>= 1.7.1.4), 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: 5.0.1.9000
Packaged: 2017-01-05 14:43:32 UTC; cdeterman
Repository: CRAN
Date/Publication: 2017-01-05 19:03:11
