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/07/15 03:34:59 UTC

[tvm] branch last-successful updated (7661ba8910 -> 37f9d3c496)

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

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


    from 7661ba8910 [Collage] CollagePartition pass (#12086)
     add c0f4450958 Fix bug that disabled cuda integer dot product. (#12099)
     add 37f9d3c496 [TVMSCRIPT] Make ceildiv available from tvmscript (#12096)

No new revisions were added by this update.

Summary of changes:
 python/tvm/script/tir/__init__.pyi          |  1 +
 python/tvm/script/tir/intrin.py             |  5 +++++
 python/tvm/target/target.py                 |  2 +-
 python/tvm/tir/__init__.py                  |  2 +-
 python/tvm/tir/op.py                        | 20 ++++++++++++++++++++
 src/tir/op/op.cc                            |  1 +
 tests/python/unittest/test_tvmscript_ops.py | 15 +++++++++++++++
 7 files changed, 44 insertions(+), 2 deletions(-)