lanking520 commented on issue #17783:
URL: 
https://github.com/apache/incubator-mxnet/issues/17783#issuecomment-701528247


   @saudet Sounds good to me.
   
   So can I say that all source code need to build will be inside Apache MXNet? 
We may only import some other Java packages that are necessary to build instead 
of consume as submodule.
   
   However, during MXNet 1.x, we are facing one key issue: we have to separate 
native binary with Java package due to license issue. As far as I know, JavaCPP 
require both of them build together, can we separate native binary with JavaCPP 
when we do the publish work and make it usable for user provide their own 
native binary (e.g grab from pip wheel)? This requirement typically came from 
GPU use cases, we have different GPU distribution for different Arch/OS 
(CU101/CU102/CU110).
   
   To make it fully usable, there will be some additional tasks for JavaCPP 
such as type-mapping to form all Java object into JavaCPP pointer. Will we have 
similar stuff for MXNet?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to