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 36b30974a9 [MetaSchedule] Introducing MemHammer (#14164)
     add 7f6da09052 [TIR] Fix Datatype in Lower TVM Builtin (#14347)
     add 4819300803 [CI][Lint] Update black (#14346)
     add 50b3ae4877 [TIR] [Analysis] Expose IsOutputBlock to python (#14352)
     add d4ca123afc [BugFix] Support rewrite_once when the number of callbacks 
> 1 (#14344)
     add 5abcf72147 [COMMUNITY] janetsc -> Reviewer (#14359)
     add 46fb2ff35f Hexagon compilation on MacOS system (#14308)

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTORS.md                                    |   1 +
 docker/Dockerfile.ci_lint                          |   2 +-
 python/tvm/contrib/hexagon/build.py                |  65 ++++++-
 python/tvm/contrib/hexagon/session.py              |   1 +
 python/tvm/contrib/hexagon/tools.py                | 198 +++++++++++++++++++++
 python/tvm/tir/schedule/analysis.py                |  19 ++
 src/relay/ir/dataflow_matcher.cc                   |  37 ++--
 src/tir/schedule/analysis/analysis.cc              |   5 +
 src/tir/transforms/lower_tvm_builtin.cc            |  17 +-
 tests/python/relay/test_dataflow_pattern.py        |  79 +++++++-
 .../python/unittest/test_tir_schedule_analysis.py  |  21 +++
 .../test_tir_transform_lower_tvm_builtin.py        |  19 +-
 12 files changed, 431 insertions(+), 33 deletions(-)

Reply via email to