我只想知道RcppArmadillo是否启用了bandicoot,还是有其他方法可以使用RcppArmadillo来实现gpu计算?
谢谢,也许它太笼统了,但我没有在网上找到很多关于这方面的信息。
发布于 2018-03-21 16:10:42
整个Armadillo回购完全没有对https://github.com/conradsnicta/bandicoot-code的引用,所以RcppArmadillo怎么可能支持它呢?
edd@rob:~/git/armadillo-code(unstable)$ ag bandicoot # silversearcher
edd@rob:~/git/armadillo-code(unstable)$ grep -r bandicoot . # standard grep
edd@rob:~/git/armadillo-code(unstable)$ 还请注意,土匪仍被标记为实验性的。
我们确实有来自R的GPU支持,参见RcppArrayFire。
https://stackoverflow.com/questions/49410927
复制相似问题