somoclu icon indicating copy to clipboard operation
somoclu copied to clipboard

R interface with CUDA support on Windows

Open peterwittek opened this issue 9 years ago • 0 comments

R interface with CUDA support on Windows cannot be properly built. The CUDA code that requires VC to compile, whereas Rcpp requires GCC to compile, and linking cannot be done without error. Though the linking completes, a function call results in wrong/inaccessible values and crashes the R session.

peterwittek avatar Sep 27 '15 12:09 peterwittek