iblis17 commented on issue #9677: Refactor operators and add MKLDNN
URL: https://github.com/apache/incubator-mxnet/pull/9677#issuecomment-368280425
 
 
   @marcoabreu 
   About the reason of hosting Julia code in another repository,
   Julia's package manager is built on top of git, and it requires some 
specific structure in the cloned dir.
   For example, we have `MXNet.jl`, we cloned it as `MXNet` and it should have 
following dir structure:
   ```
   MXNet/     # the pkg name
     |- src/
     |    |- MXNet.jl   # this file is the pkg entry point, should be named as 
same as pkg name
     |    |- other.jl ... etc
     |- test/
     |    |- runtests.jl  # test cases entry point
   ```
   Since git cannot checkout a subdir as svn does, the only choice is to put 
Julia binding as a single repo.
   
   ----
   
   > and thus not part of our PR validation chain?
   
   I tried to ping developer several times on both GitHub and Slack, but did 
not get progress.
   See: 
   - https://github.com/apache/incubator-mxnet/pull/8727
   - https://github.com/apache/incubator-mxnet/pull/8175
   
   I finished the patch already, but I do not have any permission to trigger 
new Jenkins script via PR 
(https://github.com/apache/incubator-mxnet/pull/8175#issuecomment-336340005).
   
   I beg for help.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to