-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.11 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
36
37
38
39
40
41
42
43
44
Package: gpuRcuda
Type: Package
Title: CUDA GPU functions for R Objects
Version: 1.0.0
Date: 2018-01-02
Author: Charles Determan Jr.
Maintainer: Charles Determan Jr. <[email protected]>
Description: This package is designed to be a companion to the gpuR
package. The classes herein leverage the thrust c++ template
library to facilitate simple use of CUDA/OPENMP backends. This
package allows the user to easily use the same 'base' functions
while leveraging potential NVIDIA technology.
License: GPL (>= 2)
Encoding: UTF-8
Imports:
Rcpp,
methods
LinkingTo:
Rcpp,
thrust
Suggests: testthat
URL: http://github.com/gpuRcore/gpuRcuda
BugReports: http://github.com/gpuRcore/gpuRcuda/issues/new
SystemRequirements: C++11
Collate:
'RcppExports.R'
'class.R'
'class-cudaMatrix.R'
'class-cudaVector.R'
'class-nvMatrix.R'
'class-nvVector.R'
'cudaMatrix.R'
'cudaVector.R'
'hello-gpuRcuda.R'
'methods-cudaVector.R'
'methods-nvVector.R'
'methods-vector.R'
'methods.R'
'nvMatrix.R'
'nvVector.R'
'typeof.R'
'wrappers.R'
'zzz.R'
RoxygenNote: 6.0.1