-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
20 lines (20 loc) · 872 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: RViennaCL
Type: Package
Title: 'ViennaCL' C++ Header Files
Version: 1.7.1.4
Date: 2016-11-16
Author: Charles Determan Jr.
Maintainer: Charles Determan Jr <cdetermanjr@gmail.com>
Description: 'ViennaCL' is a free open-source linear algebra library
for computations on many-core architectures (GPUs, MIC) and
multi-core CPUs. The library is written in C++ and supports 'CUDA',
'OpenCL', and 'OpenMP' (including switches at runtime).
I have placed these libraries in this package as a more efficient
distribution system for CRAN. The idea is that you can write a package
that depends on the 'ViennaCL' library and yet you do not need to
distribute a copy of this code with your package.
License: GPL-3
URL: http://github.com/cdeterman/RViennaCL
BugReports: http://github.com/cdeterman/RViennaCL/issues/new
Suggests: gpuR
RoxygenNote: 5.0.1.9000