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 <q...@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 <jesky...@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@lists.r-forge.r-project.org
>> https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
>
>
_______________________________________________
Rcpp-devel mailing list
Rcpp-devel@lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Reply via email to