[ 
https://issues.apache.org/jira/browse/MXNET-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Denis Davydenko updated MXNET-1224:
-----------------------------------
    Description: 
Currently, Scala builds from makefile require all build flags to be inherited 
from the Engine build. It should be as simple as linking libmxnet.so and 
libmxnet.a since these two files are already embedded with all dependencies 
required.
 * first define why we are missing use_blas flag (and other flags) during build 
of .so file from JNI
 * second identify what is necessary in order to build .so file for Scala 
package using the same flags as were used for original .so file of MXNet. It 
could be just copying flags config and preserve building .so file for Scala 
package, or it could be stop building .so file for Scala package code and use 
original .so file of MXNet as the only .so file in the package.

  was:Currently, Scala builds from makefile require all build flags to be 
inherited from the Engine build. It should be as simple as linking libmxnet.so 
and libmxnet.a since these two files are already embedded with all dependencies 
required.


> Improve MXNet Scala JNI build
> -----------------------------
>
>                 Key: MXNET-1224
>                 URL: https://issues.apache.org/jira/browse/MXNET-1224
>             Project: Apache MXNet
>          Issue Type: Improvement
>          Components: Apache MXNet Java API, Apache MXNet Scala API
>            Reporter: Qing Lan
>            Priority: Major
>
> Currently, Scala builds from makefile require all build flags to be inherited 
> from the Engine build. It should be as simple as linking libmxnet.so and 
> libmxnet.a since these two files are already embedded with all dependencies 
> required.
>  * first define why we are missing use_blas flag (and other flags) during 
> build of .so file from JNI
>  * second identify what is necessary in order to build .so file for Scala 
> package using the same flags as were used for original .so file of MXNet. It 
> could be just copying flags config and preserve building .so file for Scala 
> package, or it could be stop building .so file for Scala package code and use 
> original .so file of MXNet as the only .so file in the package.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to