You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/03/10 21:23:38 UTC

[GitHub] tqchen commented on issue #9880: TVM bridge support to JIT NDArray Function by TVM

tqchen commented on issue #9880: TVM bridge support to JIT NDArray Function by TVM
URL: https://github.com/apache/incubator-mxnet/pull/9880#issuecomment-372068312
 
 
   @jwfromm We do need to build MXNet from source for now before next release.
   
   This should work out of box if you build MXNet and TVM from source.
   
   The error is likely due to the fact that your ```/opt/conda/lib/python3.6/site-packages/mxnet/libmxnet.so``` do not yet contain this symbol. Please confirm that you build from the latest source correctly.
   
   Specifically, please confirm the tvm_bridge.cc is built and linked into the shared library https://github.com/apache/incubator-mxnet/blob/master/src/nnvm/tvm_bridge.cc#L174 and use ```nm -g``` to see if the symbol is indeed there
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services