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/09/06 10:31:38 UTC

[GitHub] jasonyu1996 edited a comment on issue #12430: [MXNET-882] Support for N-d arrays added to diag op.

jasonyu1996 edited a comment on issue #12430: [MXNET-882] Support for N-d arrays added to diag op.
URL: https://github.com/apache/incubator-mxnet/pull/12430#issuecomment-418978474
 
 
   I don't understand what has happened. It looks quite unrelated to my modifications. It seems that several recent updates have failed at the same place.
   
   ```
   ======================================================================
   ERROR: test_tvm_bridge.test_tvm_bridge
   ----------------------------------------------------------------------
   Traceback (most recent call last):
     File "/usr/local/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
       self.test(*self.arg)
     File "/work/mxnet/tests/python/gpu/test_tvm_bridge.py", line 61, in test_tvm_bridge
       check(tgt, dtype)
     File "/work/mxnet/tests/python/gpu/test_tvm_bridge.py", line 46, in check
       f = tvm.build(s, [x, y, zz, scale])
     File "/usr/local/lib/python2.7/dist-packages/tvm-0.5.dev0-py2.7-linux-x86_64.egg/tvm/build_module.py", line 501, in build
       mhost = codegen.build_module(fhost, str(target_host))
     File "/usr/local/lib/python2.7/dist-packages/tvm-0.5.dev0-py2.7-linux-x86_64.egg/tvm/codegen.py", line 20, in build_module
       return _Build(lowered_func, target)
     File "/usr/local/lib/python2.7/dist-packages/tvm-0.5.dev0-py2.7-linux-x86_64.egg/tvm/_ffi/_ctypes/function.py", line 185, in __call__
       ctypes.byref(ret_val), ctypes.byref(ret_tcode)))
     File "/usr/local/lib/python2.7/dist-packages/tvm-0.5.dev0-py2.7-linux-x86_64.egg/tvm/_ffi/base.py", line 66, in check_call
       raise TVMError(py_str(_LIB.TVMGetLastError()))
   TVMError: [04:14:55] /tmp/tvm/src/codegen/codegen.cc:27: Check failed: bf != nullptr Target llvm is not enabled
   ```

----------------------------------------------------------------
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