This is an automated email from the ASF dual-hosted git repository.
spectrometerHBH pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 62fb780bb0 [FIX][TIRx] Use cluster arrivals for remote mbarrier views
(#20074)
add ae99c3fd92 [TVMSCRIPT][TIRx] Preserve parser source spans in IR
(#20073)
No new revisions were added by this update.
Summary of changes:
include/tvm/script/ir_builder/base.h | 10 ++
python/tvm/script/ir_builder/base.py | 29 +++++
python/tvm/script/parser/core/diagnostics.py | 35 ++++--
python/tvm/script/parser/core/evaluator.py | 19 +++-
python/tvm/script/parser/core/parser.py | 23 +++-
src/script/ir_builder/base.cc | 85 ++++++++++++++
src/tirx/script/builder/utils.h | 4 +
.../tvmscript/test_tvmscript_ir_builder_tir.py | 14 ++-
.../tvmscript/test_tvmscript_parser_source.py | 126 +++++++++++++++++++++
9 files changed, 330 insertions(+), 15 deletions(-)