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 2023/03/12 05:02:37 UTC

[tvm] branch nightly updated (c59bc29512 -> 92de8e9afe)

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 c59bc29512 [Arith] Add simplification rule for `x - max(x+y, z)` (#14271)
     add 92de8e9afe [Transform] Use callable() instead of isinstance() for type checking (#14248)

No new revisions were added by this update.

Summary of changes:
 python/tvm/ir/transform.py                | 3 +--
 python/tvm/relay/transform/transform.py   | 2 +-
 python/tvm/te/hybrid/parser.py            | 3 +--
 python/tvm/tir/transform/function_pass.py | 3 +--
 4 files changed, 4 insertions(+), 7 deletions(-)