samskalicky commented on issue #15921: dynamic custom operator support
URL: https://github.com/apache/incubator-mxnet/pull/15921#issuecomment-543515556
 
 
   @yzhliu any idea why this is failing?
   ```
   Traceback (most recent call last):
     File "/work/mxnet/contrib/tvmop/compile.py", line 20, in <module>
       import tvm
     File "/work/mxnet/3rdparty/tvm/python/tvm/__init__.py", line 23, in 
<module>
       from . import tensor
     File "/work/mxnet/3rdparty/tvm/python/tvm/tensor.py", line 20, in <module>
       from ._ffi.node import NodeBase, NodeGeneric, register_node, 
convert_to_node
     File "/work/mxnet/3rdparty/tvm/python/tvm/_ffi/node.py", line 24, in 
<module>
       from .node_generic import NodeGeneric, convert_to_node, const
     File "/work/mxnet/3rdparty/tvm/python/tvm/_ffi/node_generic.py", line 23, 
in <module>
       from .base import string_types
     File "/work/mxnet/3rdparty/tvm/python/tvm/_ffi/base.py", line 60, in 
<module>
       _LIB, _LIB_NAME = _load_lib()
     File "/work/mxnet/3rdparty/tvm/python/tvm/_ffi/base.py", line 52, in 
_load_lib
       lib = ctypes.CDLL(lib_path[0], ctypes.RTLD_GLOBAL)
     File "/usr/lib/python3.5/ctypes/__init__.py", line 347, in __init__
       self._handle = _dlopen(self._name, mode)
   OSError: /work/build/3rdparty/tvm/libtvm.so: file too short
   ninja: build stopped: subcommand failed.
   ```
   
   @wkcn can you please restart the unix-cpu job and see if it was transient?

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


With regards,
Apache Git Services

Reply via email to