https://github.com/cdeterman/rviennacl
R package providing ViennaCL header files
https://github.com/cdeterman/rviennacl
Last synced: 4 months ago
JSON representation
R package providing ViennaCL header files
- Host: GitHub
- URL: https://github.com/cdeterman/rviennacl
- Owner: cdeterman
- Created: 2015-05-22T21:35:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T16:50:16.000Z (about 7 years ago)
- Last Synced: 2026-02-15T23:15:14.954Z (4 months ago)
- Language: C++
- Size: 63.8 MB
- Stars: 20
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## RViennaCL: ViennaCL Headers for R
[](https://travis-ci.org/cdeterman/RViennaCL) [](https://ci.appveyor.com/project/cdeterman/RViennaCL) [](http://www.r-pkg.org/pkg/RViennaCL)
This package provides [R](CRAN.R-project.org) with access to
[ViennaCL](http://viennacl.sourceforge.net/) header files.
[ViennaCL](http://viennacl.sourceforge.net/) provides a free C++ source
library for simple computing on multi-core architectures (GPU, MIC) and
multi-core CPUs. The library supports CUDA, OpenCL, and OpenMP. It also
includes BLAS level 1-3 support and linear algebra solvers.
This package aims to provide a simple means of linking to the
[ViennaCL](http://viennacl.sourceforge.net/) header files for use among CRAN
packages. Similar to the popular R package [BH](https://CRAN.R-project.org/package=BH),
by placing these libraries in this package, we offer a more
efficient distribution system for CRAN as replication of this code in the
sources of other packages is avoided.
It can be used via the `LinkingTo:` field in the `DESCRIPTION` field of an R
package --- and the R package infrastructure tools will then know how to set
include flags correctly on all architectures supported by R.
Note that this is only for the header only aspects of this package. If you wish
to link against the libviennacl shared object, you must create this file
separately and link against it.
### Authors
Charles Determan Jr.