Skip to content
Prev 10502 / 10988 Next

[Rcpp-devel] Why might loadModule() fail?

Hi
I've built mxnet 1.7.0 (from branch v1.7.x) on Windows using Visual Studio
2019 successfully.
I've installed CUDA 10.2 and have a GTX1050 GPU.
Whilst building the R package it compiles the mxnet.dll ok then tests the
package can be loaded from the temporary location.
This calls mxnet/R-pacakge/zzz.R which does this:
library.dynam('libmxnet')
library.dynam('mxnet')
loadModule('mxnet', TRUE)
It fails inside the loadModule.
I'm trying to determine what possible problems might cause that.
Thanks for any tips!
Andrew
On Tue, 11 Aug 2020 at 17:52, Qiang Kou <qkou at qkou.info> wrote:

            
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20200811/13518116/attachment.html>