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

tqchen pushed a change to branch tvm-buffer-type-var-refactor
in repository https://gitbox.apache.org/repos/asf/tvm.git


 discard 8c82011301 [FIX][TIRX] Repair typed-buffer CI regressions
 discard c112cf9fed [FIX][TIRX] Preserve behavior after typed-buffer migration
 discard 341f070a74 [REFACTOR][TIRX] Represent buffers as typed variables
     add 771193a5c2 [FEATURE][TIRx][CUDA] Support TMEM datapath B (#20075)
     add 02629406a4 [REFACTOR][TIRX] Represent buffers as typed variables
     add c47561752e [FIX][TIRX] Preserve behavior after typed-buffer migration
     add 90460d0575 [FIX][TIRX] Repair typed-buffer CI regressions

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8c82011301)
            \
             N -- N -- N   refs/heads/tvm-buffer-type-var-refactor (90460d0575)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 docs/tirx/layout.rst                               |  27 +++
 docs/tirx/native_basics/cuda/buffers.rst           |   6 +-
 .../tile_primitives/copy_async/tcgen05_ldst.rst    |  48 ++++-
 docs/tirx/tile_primitives/gemm_async.rst           |  42 ++++-
 python/tvm/backend/cuda/lang/alloc_pool.py         |   3 +-
 .../tile_primitive/copy_async/tcgen05_ldst.py      | 109 ++++++++++-
 .../operator/tile_primitive/gemm_async/tcgen05.py  |   6 +-
 python/tvm/tirx/layout.py                          | 114 +++++++++---
 python/tvm/tirx/script/builder/ir.py               |  14 +-
 .../cuda/copy_async/test_tmem_16xnb.py             | 204 +++++++++++++++++++++
 .../cuda/gemm_async/test_gemm_async.py             | 145 ++++++++++++++-
 11 files changed, 664 insertions(+), 54 deletions(-)

Reply via email to