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/07/30 05:02:38 UTC

[tvm] branch nightly updated (5b431f5dd0 -> 2d76c9704f)

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 5b431f5dd0 [Submodule] Add Flash attention v2 (#15423)
     add 2d76c9704f [TIR] Generalize implementation of T.macro to work with other dialects (#15432)

No new revisions were added by this update.

Summary of changes:
 python/tvm/script/parser/_core.py       |   2 +-
 python/tvm/script/parser/core/entry.py  |   6 +-
 python/tvm/script/parser/core/parser.py | 105 ++++++++++++++++++++++++++++++++
 python/tvm/script/parser/tir/entry.py   |  41 +++----------
 python/tvm/script/parser/tir/parser.py  |  59 +-----------------
 5 files changed, 119 insertions(+), 94 deletions(-)