'ViennaCL' C++ Header Files

'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.


Build Status AppVeyor Build Status Downloads

This package provides R with access to ViennaCL header files.
ViennaCL 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 header files for use among CRAN packages. Similar to the popular R 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.

News

Reference manual

It appears you don't have a PDF plugin for this browser. You can click here to download the reference manual.

install.packages("RViennaCL")

1.7.1.8 by Charles Determan Jr, a year ago


http://github.com/cdeterman/RViennaCL


Report a bug at http://github.com/cdeterman/RViennaCL/issues/new


Browse source code at https://github.com/cran/RViennaCL


Authors: Charles Determan Jr.


Documentation:   PDF Manual  


GPL-3 license


Suggests gpuR


See at CRAN