rcpparrayfire icon indicating copy to clipboard operation
rcpparrayfire copied to clipboard

R and ArrayFire library via Rcpp

Results 6 rcpparrayfire issues
Sort by recently updated
recently updated
newest added

Hi; Is it possible to use template in rcpparrayfire. I could not see an example. If we can, can you share an example? Thanks.

Hi! I've been trying to install in Windows - and I realize this works under Linux at the moment, but I thought I might be able to build from source...

help wanted

I installed ArrayFire via **ArrayFire-v3.6.4_Linux_x86_64.sh** script downloaded from the [ArrayFire site](http://arrayfire.com/download/). Then, I have tried to pass through RcppArrayFire installation procedure. Unfortunately, it fails with the following communicate: > **...

There is not much development with right now [ArrayFire ML](https://github.com/arrayfire/arrayfire-ml), but it might still be interesting to add it as a static library to the package, which can than be...

enhancement

Currently part of the `Rcpp::as` and `Rcpp::wrap` support is compiled into `RcppArrayFie.so`. Adding that library to the linker does work on Linux, but it is not portable. Instead, `Rcpp::as` and...

c.f. https://github.com/cdeterman/gpuR/issues/109 and https://github.com/s-u/OpenCL/issues/4 ``` r RcppArrayFire::arrayfire_info() #> ArrayFire v3.5.1 (OpenCL, 64-bit Linux, build 0a675e8) #> [0] BEIGNET: Intel(R) HD Graphics Skylake ULT GT2, 4096 MB #> -1- POCL: pthread-Intel(R)...