Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Fixed tvm to v0.4 release #12494

Closed
wants to merge 1 commit into from
Closed

Fixed tvm to v0.4 release #12494

wants to merge 1 commit into from

Conversation

lebeg
Copy link
Contributor

@lebeg lebeg commented Sep 10, 2018

Description

The submodule sha was pointing to HEAD instead of the v0.4 release and thus failing tests on the CI frequently.

======================================================================
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: [22:55:55] /tmp/tvm/src/codegen/codegen.cc:27: Check failed: bf != nullptr Target llvm is not enabled

@lebeg
Copy link
Contributor Author

lebeg commented Sep 10, 2018

Just discovered that it has been fixed with #12479 already.

@lebeg lebeg closed this Sep 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant