You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/09/11 10:29:19 UTC

[GitHub] [incubator-tvm] Johnson9009 opened a new issue #6453: [BUG] Lots Python Tests or Tutorials Failed by The Changes of PR #6399

Johnson9009 opened a new issue #6453:
URL: https://github.com/apache/incubator-tvm/issues/6453


   $ python3 tutorials/optimize/opt_gemm.py
   Numpy running time: 0.006542
   Traceback (most recent call last):
     File "tutorials/optimize/opt_gemm.py", line 113, in <module>
       tvm.testing.assert_allclose(c.asnumpy(), answer, rtol=1e-5)
   AttributeError: module 'tvm' has no attribute 'testing'
   
   The issue #6398  and PR #6399 remove the `from . import testing` from file `python/tvm/__init__.py`, but lots of test cases and tutorials still using `tvm.testing.xxx` when only with `import tvm`, so now they will fail with the error message like the above one.


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



[GitHub] [incubator-tvm] tqchen commented on issue #6453: [BUG] Lots Python Tests or Tutorials Failed by The Changes of PR #6399

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #6453:
URL: https://github.com/apache/incubator-tvm/issues/6453#issuecomment-691206330






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



[GitHub] [incubator-tvm] tqchen commented on issue #6453: [BUG] Lots Python Tests or Tutorials Failed by The Changes of PR #6399

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #6453:
URL: https://github.com/apache/incubator-tvm/issues/6453#issuecomment-691206330






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



[GitHub] [incubator-tvm] tqchen closed issue #6453: [BUG] Lots Python Tests or Tutorials Failed by The Changes of PR #6399

Posted by GitBox <gi...@apache.org>.
tqchen closed issue #6453:
URL: https://github.com/apache/incubator-tvm/issues/6453






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



[GitHub] [incubator-tvm] tqchen closed issue #6453: [BUG] Lots Python Tests or Tutorials Failed by The Changes of PR #6399

Posted by GitBox <gi...@apache.org>.
tqchen closed issue #6453:
URL: https://github.com/apache/incubator-tvm/issues/6453






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



[GitHub] [incubator-tvm] tqchen commented on issue #6453: [BUG] Lots Python Tests or Tutorials Failed by The Changes of PR #6399

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #6453:
URL: https://github.com/apache/incubator-tvm/issues/6453#issuecomment-691206330


   https://github.com/apache/incubator-tvm/pull/6454


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



[GitHub] [incubator-tvm] tqchen closed issue #6453: [BUG] Lots Python Tests or Tutorials Failed by The Changes of PR #6399

Posted by GitBox <gi...@apache.org>.
tqchen closed issue #6453:
URL: https://github.com/apache/incubator-tvm/issues/6453


   


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