You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/12/17 05:02:34 UTC

[tvm] branch nightly updated (37f6aa0c7e -> e3afc92818)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 37f6aa0c7e [MetaSchedule] Fix tensorcore winograd task extraction (#13625)
     add e9b331831a [COMMUNITY] Min Chen -> Reviewer (#13628)
     add 0eabbac216 [BugFix][UMA] Protect target registration (#13624)
     add cded048c74 [Arith] Allow const folding on fp16 involving one and zero (#13631)
     add c932777d48 [Hexagon][runtime] Make HexagonThreadManager::CheckSemaphore thread safe (#13609)
     add e3afc92818 [Relay][Testing][Bugfix] `py_converter` should use correct AST for versions above 3.8 too (#13635)

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTORS.md                                    |  1 +
 gallery/tutorial/uma.py                            |  2 +-
 python/tvm/relay/backend/contrib/uma/backend.py    |  7 +++---
 python/tvm/relay/testing/py_converter.py           |  4 +--
 src/arith/const_fold.h                             |  8 ------
 src/relay/backend/contrib/uma/targets.cc           | 24 +++++++++++-------
 src/runtime/hexagon/hexagon_thread_manager.cc      | 10 ++++++--
 src/runtime/hexagon/hexagon_thread_manager.h       |  3 +++
 tests/python/contrib/test_uma/test_target.py       | 25 ++++++++++++++++---
 .../unittest/test_arith_canonical_simplify.py      | 29 ++++++++++++++--------
 10 files changed, 74 insertions(+), 39 deletions(-)