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 32e500b7f7 [LLVM] Add support to generate llvm.assume (#14294)
add d1dea13762 [Bugfix][TVMScript] Preserve variable names in LetStmt
(#14319)
add 58dce66097 [CI] Update CUDA to 11.7 (#14293)
add 3f2dac0d07 [PaddlePaddle Hackathon 4][Frontend][Paddle]add conv3d for
paddle frontend (#14290)
add fe3fa9d75d [Fix][TIR] Fix tvm::arith::UnionLowerBound (#14304)
add f7c2bbbe87 [LLVM] Fix registerCallbacks API after recent change
(#14323)
add 84e8f86960 [docs] Add details about patch releases (#14301)
add 4ae08d8710 [apps][bundle_deploy]Fix bundle build issue (#14315)
add ca8153d502 [AOT]Raise error when input name is not valid (#14322)
add 2ff41c6156 [TIR][Schedule] Allow buffer name argument to
Schedule.set_scope (#14327)
No new revisions were added by this update.
Summary of changes:
apps/bundle_deploy/Makefile | 2 +-
docker/Dockerfile.ci_gpu | 2 +-
docs/contribute/release_process.rst | 29 ++++++++++--
python/tvm/relay/frontend/paddlepaddle.py | 55 ++++++++++++++++++++++
python/tvm/script/parser/tir/parser.py | 1 +
python/tvm/tir/schedule/schedule.py | 8 +++-
src/arith/int_set.cc | 1 +
src/runtime/aot_executor/aot_executor.cc | 2 +-
src/target/llvm/codegen_llvm.cc | 4 ++
tests/python/frontend/paddlepaddle/test_forward.py | 43 +++++++++++++++++
tests/python/relay/aot/test_cpp_aot.py | 38 +++++++++++++++
tests/python/unittest/test_arith_intset.py | 4 ++
.../python/unittest/test_tir_schedule_set_scope.py | 9 ++--
.../python/unittest/test_tvmscript_syntax_sugar.py | 13 +++++
tests/scripts/task_microtvm_cpp_tests.sh | 4 +-
15 files changed, 201 insertions(+), 14 deletions(-)