This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 4d4f0508a2 [SVE] Support scalable vectors in LoopVectorizer (#16782)
add 95cb0de27a [VULKAN] Fix CLZ support for Vulkan (#16858)
add a482b4c191 [Picojson] Let the key of objects in json be ordered by
default (#16863)
add 2829b59e1c [TVMScript] Add parser and printer support for e4m3/e5m2
fp8 (#16864)
add 6748215b42 [Codegen, CUDA] Add handling of fp8 broadcast / const
(#16865)
add 4617efac7b [Relax] Dispatch sort/scan for non-cuda gpu backends
(#16867)
add f9e36fcbf8 [3rdparty] Bump FlashInfer (#16866)
No new revisions were added by this update.
Summary of changes:
3rdparty/flashinfer | 2 +-
3rdparty/picojson/picojson.h | 102 +++++++++++++++++++++
3rdparty/picojson/test_picojson.cpp | 65 +++++++++++++
include/tvm/script/ir_builder/tir/ir.h | 12 +++
python/tvm/relax/backend/dispatch_sort_scan.py | 19 ++--
python/tvm/script/ir_builder/tir/ir.py | 39 +++++---
python/tvm/target/detect_target.py | 3 +-
src/arith/rewrite_simplify.cc | 11 +++
src/script/ir_builder/tir/ir.cc | 5 +
src/target/source/codegen_cuda.cc | 21 +++++
src/tir/ir/data_type_rewriter.cc | 11 +++
tests/python/arith/test_arith_rewrite_simplify.py | 20 +++-
.../python/codegen/test_target_codegen_cuda_fp8.py | 15 +++
...test_tir_transform_force_narrow_index_to_i32.py | 19 ++++
.../python/tvmscript/test_tvmscript_printer_tir.py | 31 +++++++
15 files changed, 352 insertions(+), 23 deletions(-)
create mode 100644 3rdparty/picojson/test_picojson.cpp