This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch refl-cleanup
in repository https://gitbox.apache.org/repos/asf/tvm.git
discard a7f593113e [FFI][REFACTOR] Phase out TVM_FFI_REGISTER_GLOBAL in favor
of GlobalDef
omit 6613f9cf7e update to binding
omit 6979765319 [FFI][REFACTOR] Modularize refelection
add ea4369c221 [TIR] Add `T.thread_return()` for early thread exit in CUDA
kernels (#18134)
add 36fb02cfac [FFI][REFACTOR] Modularize refelection (#18147)
new 32e7738c47 [FFI][REFACTOR] Phase out TVM_FFI_REGISTER_GLOBAL in favor
of GlobalDef
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 (a7f593113e)
\
N -- N -- N refs/heads/refl-cleanup (32e7738c47)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/tvm/tir/builtin.h | 4 ++++
include/tvm/tir/op.h | 8 ++++++++
python/tvm/script/ir_builder/tir/ir.py | 2 ++
python/tvm/tir/op.py | 17 +++++++++++++++++
src/target/source/codegen_cuda.cc | 2 ++
src/tir/op/builtin.cc | 4 ++++
src/tir/op/op.cc | 6 ++++++
tests/python/codegen/test_target_codegen_cuda.py | 17 +++++++++++++++++
8 files changed, 60 insertions(+)