[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:
I am the original maintainer of the mxnet R package. Can you give me a little more information? Best, KK On Tue, Aug 11, 2020 at 9:42 AM Jeskynar <jeskynar at gmail.com> wrote:
Hi
I'm trying to build the mxnet library from source but the installation is
failing somewhere inside loadModule('mxnet'). There's no error message
(other than ERROR: loading failed). What conditions might cause loadModule
to fail?
Thanks!
_______________________________________________ Rcpp-devel mailing list Rcpp-devel at lists.r-forge.r-project.org https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20200811/13518116/attachment.html>