-
Notifications
You must be signed in to change notification settings - Fork 26
/
DESCRIPTION
35 lines (35 loc) · 1.08 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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. <[email protected]>
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