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

tqchen pushed a change to branch tvm-further-cleanup-python-tests-followup
in repository https://gitbox.apache.org/repos/asf/tvm.git


 discard 3e964f54cd [REFACTOR][Relax] Remove value-bearing R.Prim annotations
 discard 25334b2659 [TEST][DISCO] Simplify symbolic-shape xfail
 discard 29aa5e8857 [TEST][S-TIR] Remove non-demonstrating pointer probe
 discard f9efda3454 [TEST][S-TIR] Use typed handles for DLTensor fields
 discard 423e3dcf54 [FIX][MetaSchedule] Cast parallel annotations
 discard 88d37dbe1b [TEST][TIR] Compare packed raw-string lowering
 discard 39ca63fe87 [FIX][CodeGenC] Cast pointer-returning extern calls
 discard b4c4de09d0 [TEST][DISCO] Xfail uncomputed symbolic extent
 discard e85f528ca6 [TEST] Remove phased-out testing modules
 discard 4019607703 [CI] Partition Python tests by GPU marker
 discard baa2328977 [FIX][S-TIR] Ignore storage scope in auto tensorization
 discard d310cbb347 [FIX][TIR] Cast opaque workspace allocations
 discard 540957cb27 [FIX][MetaSchedule] Accept scalar parallel annotations
 discard b7642c4933 [TEST][S-TIR] Type DLTensor shape pointers
 discard 72368f2473 [FIX][TE] Zero offsets for internal extern buffers
 discard 31a4d62b0b [FIX][S-TIR] Preserve tensor intrinsic pointer types
 discard 79e2bd3866 [FIX][TIR] Type raw string packed arguments
 discard bc0ef2a3d8 [CI] Locate request hook from test root
 discard 034831ecff [CI] Remove Python collection bookkeeping
 discard 847a618c9d [CI] Simplify Python test execution
     add ded6ad8dd2 [Cleanup] Remove macOS Clang warnings (#19954)
     add 2a03ef4b0e [CI] Simplify Python test execution
     add 017f412125 [CI] Remove Python collection bookkeeping
     add af8693a408 [CI] Locate request hook from test root
     add 54b732ad61 [FIX][TIR] Type raw string packed arguments
     add 17158bc21d [FIX][S-TIR] Preserve tensor intrinsic pointer types
     add 74d4b3fe3b [FIX][TE] Zero offsets for internal extern buffers
     add 23b2f9b0f6 [TEST][S-TIR] Type DLTensor shape pointers
     add 34a2f151b2 [FIX][MetaSchedule] Accept scalar parallel annotations
     add 95d38b2ed5 [FIX][TIR] Cast opaque workspace allocations
     add fc3067f324 [FIX][S-TIR] Ignore storage scope in auto tensorization
     add 11818cee96 [CI] Partition Python tests by GPU marker
     add 77ac947536 [TEST] Remove phased-out testing modules
     add 76fd988425 [TEST][DISCO] Xfail uncomputed symbolic extent
     add 9236f7dd73 [FIX][CodeGenC] Cast pointer-returning extern calls
     add bf28b445ce [TEST][TIR] Compare packed raw-string lowering
     add a04494a77e [FIX][MetaSchedule] Cast parallel annotations
     add 81aa964251 [TEST][S-TIR] Use typed handles for DLTensor fields
     add 63a78adddc [TEST][S-TIR] Remove non-demonstrating pointer probe
     add 239b383bdc [TEST][DISCO] Simplify symbolic-shape xfail
     add 7487a588f6 [REFACTOR][Relax] Remove value-bearing R.Prim annotations
     add a7277e86db [TEST][DISCO] Guard callback environment requirements

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   (3e964f54cd)
            \
             N -- N -- N   refs/heads/tvm-further-cleanup-python-tests-followup 
(a7277e86db)

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:
 src/backend/cuda/codegen/codegen_cuda.cc           | 17 +++---
 src/backend/cuda/codegen/codegen_cuda.h            |  3 -
 .../hexagon/codegen/llvm/codegen_hexagon.cc        |  3 +-
 src/backend/metal/codegen/codegen_metal.cc         | 29 ++++------
 src/backend/opencl/codegen/codegen_opencl.cc       | 61 ++++++++++----------
 src/backend/opencl/codegen/codegen_opencl.h        | 11 ++--
 src/backend/trn/codegen/codegen_trn.h              |  1 +
 src/backend/vulkan/codegen/codegen_spirv.cc        | 66 ++++++++++------------
 src/backend/webgpu/codegen/codegen_webgpu.cc       | 63 ++++++++++-----------
 src/relax/ir/expr.cc                               |  4 +-
 src/relax/ir/py_expr_functor.cc                    | 42 +++++++-------
 src/relax/op/tensor/create.cc                      |  6 +-
 src/relax/op/tensor/manipulate.cc                  |  2 +-
 src/relax/transform/attach_global_symbol.cc        |  1 +
 src/relax/transform/compute_prim_value.cc          |  2 +
 src/relax/transform/dead_code_elimination.cc       |  1 +
 src/relax/transform/fuse_tir.cc                    |  5 +-
 src/runtime/vm/builtin.cc                          |  8 +--
 src/target/source/codegen_c.cc                     |  6 +-
 src/target/source/codegen_c.h                      |  3 -
 src/target/source/codegen_c_host.cc                | 25 ++++----
 src/target/source/codegen_source_base.h            |  1 -
 src/tirx/transform/storage_rewrite.cc              |  2 +
 src/tirx/transform/tile_primitive_dispatch.cc      |  2 +
 tests/python/disco/test_callback.py                |  2 +
 25 files changed, 173 insertions(+), 193 deletions(-)

Reply via email to