Skip to content

sfriedo/Rcpp-CUDA-TestPackage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rcpp-CUDA-TestPackage

This project was created to illustrate weird behaviour of CUDA when working with Rcpp as noted in this Stackoverflow post.

Requirements

In order to install this package, you need:

Setup

In the MAKEVARS file, you have to adjust the following properties according to your system:

  • CUDA_HOME = /usr/local/cuda-9.1 -- Your CUDA installation directory
  • R_HOME = /home/sieg/R/x86_64-pc-linux-gnu-library/3.4 -- Your R installation directory
  • CXX = /usr/bin/g++ -- Your gcc executable
  • R_INC = /usr/share/R/include -- Your R include libraries

Note: Please understand that I only provide installation instructions on Linux as I don't own an Apple device and installing on Windows proved to be quite the pain.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published