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 42b4f213a7 [Hexagon][UnitTest] Disable flaky quantization test (#16337)
add 380147d059 [Doc] Fix minor error in "Expressions in Relay" (#16346)
add 56bdcee750 [CMake] Use ccache as CMAKE_CUDA_COMPILER_LAUNCHER (#16341)
add 5308739741 [TIR] Allow sync threads inside condition (#16345)
add ae7d9dbe06 [Codegen] Fix if_then_else codegen (#16242)
add e3d031bc7c [CMake][MSVC] Disable permissive mode for MSVC builds
(#16343)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 5 +++
cmake/utils/CCache.cmake | 23 ++++++++++--
docs/reference/langref/relay_expr.rst | 2 +-
include/tvm/tir/builtin.h | 6 ++++
python/tvm/script/ir_builder/tir/ir.py | 2 ++
python/tvm/tir/op.py | 17 +++++++++
src/target/source/codegen_c.cc | 43 +++++++++++++++++-----
src/tir/op/builtin.cc | 4 +++
src/tir/transforms/storage_access.cc | 30 +++++++++++++---
tests/python/codegen/test_target_codegen_cuda.py | 46 ++++++++++++++++++++++++
10 files changed, 162 insertions(+), 16 deletions(-)