Package: RCUDA
Version: 0.4-0
Title: R bindings for CUDA library for GPU computing
Description: This package provides initial bindings to
   the CUDA library for working with GPUs. It is similar
   to Simon Urbanek's OpenCL package. The idea is to be able
   execute code on the GPU from within R.
   This offers a high-level programming interface to use GPUs
   within R.  It will also offer a full set of bindings to the CUDA SDK
   so that others can experiment with different features of the SDK
   such as pinned memory, streams, events, and explore how to leverage
   these for greater performance.
   We have longer term goals which will allow us to compile (simple) R 
   code into GPU kernels and also compile code that refers to the
   CUDA routines that work on the host.  This is similar to libNVVM.
SystemRequirements: CUDA SDK(>= 5.0)
Maintainer: Duncan Temple Lang <duncan@r-project.org>
Depends: methods
Author: Duncan Temple Lang, Paul Baines
Imports: RAutoGenRunTime, methods
License: BSD
Packaged: 2013-07-18 13:54:44 UTC; duncan
