-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[Windows] DLL Path and Name #314
Comments
It is also great if we can point the build result path to lib/libmxnet.dll so it is consistent with linux/osx |
ok On Sun, Oct 18, 2015 at 11:59 AM, Tianqi Chen notifications@github.com
HONG Chuntao |
@hjk41 Can you share the dll with me? Or can you help test the R package on Windows? I can tell you the steps. |
This is a draft and is very large: ~600MB. I am now working to shrink the On Mon, Oct 19, 2015 at 11:48 AM, Qiang Kou (KK) notifications@github.com
HONG Chuntao |
I have just compiled a version with statically linked opencv: Please use this one and see if it works with R. On Mon, Oct 19, 2015 at 12:34 PM, Chuntao HONG chuntao.hong@gmail.com
HONG Chuntao |
Thanks @hjk41 The file size is great. Do you think if you can give a script to "INSTALL" the library? I.e. put it in some location and have a script to setup Path automatically |
As far as I understand, mxnet_shell.cmd only works for this command line, but did not setup env for the system |
ok... I can make a installer for this. On Mon, Oct 19, 2015 at 2:46 PM, Tianqi Chen notifications@github.com
HONG Chuntao |
I think we like to have the zip version, so advanced user can put things wherever they like and setup path manually. And a additional setup script in the zip to help user to install things when they donnot know what to do |
@hjk41 Hi, just a small problem. R on Windows is compiled using Besides, it seems to depend on Can you give some instructions on how to compile it on Windows using MinGW-w64? |
@thirdwing The dll might be VS 2013 runtime. The exception handling mechanism should be fine, as we catch most exceptions in the libmxnet.dll and return a 0 in the C API. So exception would not cross the dll boundary |
After switching to |
libgcc_seh.dll is the dependency introduced by openblas. On Tue, Oct 20, 2015 at 6:42 AM, Qiang Kou (KK) notifications@github.com
HONG Chuntao |
So you are using precompiled openblas? It will be better if you can compile it using sjlj. But it doesn't matter, I think. |
move to #287 |
* [PARAMETER] Print bool value as 0/1 to make parsing easier * add defult value to type name
* sym: broadcast unfusion for `add` * sym: broadcast unfusion for `minus` * sym: broadcast unfusion for `multiplication` * sym: broadcast unfusion for `div` * sym: broadcast unfusion for `power` * sym: broadcast unfusion for `power` with irrational
* prepare for releasing * build: fix windows build * update NEWS for apache#314 * update NEWS for apache#312 * update NEWS for apache#276
* Keras keeps renaming properties. Update frontend for keras 2.1.3 compatibility * Add error message when inbound_nodes is not found
@hjk41 Is it possible to make the windows dll
libmxnet.dll
instead ofmxnet.dll
? Since the later will be used by R libraries.The text was updated successfully, but these errors were encountered: