CRAN

gpuR 2.0.3

GPU Functions for R Objects

Released May 29, 2019 by Charles Determan Jr.

This package can be loaded by Renjin but there was an error compiling C/FORTRAN sources and all tests failed.

Dependencies

BH 1.69.0-1 assertive 0.3-5 RcppEigen 0.3.3.5.0 RViennaCL 1.7.1.8 Rcpp

Provides GPU enabled functions for R objects in a simple and approachable manner. New gpu* and vcl* classes have been provided to wrap typical R objects (e.g. vector, matrix), in both host and device spaces, to mirror typical R syntax without the need to know OpenCL.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>gpuR</artifactId>
    <version>2.0.3-b1</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:gpuR')

Test Results

This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.

Source

R
C
C++

View GitHub Mirror

Release History