-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1 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
Package: nmfgpu4R
Type: Package
Title: Non-Negative Matrix Factorization (NMF) using CUDA
Version: 0.2.5.3
Date: 2017-02-20
Author: Sven Koitka [aut, cre, cph],
Christoph M. Friedrich [ctb]
Maintainer: Sven Koitka <[email protected]>
Description: Wrapper package for the nmfgpu library, which implements several
Non-negative Matrix Factorization (NMF) algorithms for CUDA platforms.
By using the acceleration of GPGPU computing, the NMF can be used for
real-world problems inside the R environment. All CUDA devices starting with
Kepler architecture are supported by the library.
License: GPL-3 | file LICENSE
URL: https://github.com/razorx89/nmfgpu4R
BugReports: https://github.com/razorx89/nmfgpu4R/issues
Depends:
R (>= 3.1.0)
Imports:
Rcpp (>= 0.11.4),
Matrix,
SparseM,
stats,
stringr,
tools,
utils
Suggests:
gdata
LinkingTo: Rcpp
RoxygenNote: 5.0.1
SystemRequirements:
CUDA >= v7.0,
Nvidia GPU (e.g. GeForce or Tesla) with compute capability >= 3.0 (Kepler)