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 318f894f04 [TVMScript] Print Executor, Runtime, and FunctionInfo as
metadata (#14840)
add 9f0c642273 [Bugfix][TVMScript] Capture fails if var appears only in
annotation (#14849)
add 28c85f0dc2 [METAL] Fix vectorized select (#14846)
add 9999114e70 [Codegen][OpenCL] fix amibiguous selection operator call
(#14833)
add 602133e6b9 [bugfix][Relay] Fix softplus in paddlepaddle frontend
(#14845)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/frontend/paddlepaddle.py | 5 +-
python/tvm/script/parser/core/entry.py | 18 +++++-
.../tvm/script/parser/core/error.py | 16 +++---
python/tvm/script/parser/core/evaluator.py | 7 ++-
python/tvm/script/parser/core/parser.py | 8 ++-
python/tvm/script/parser/tir/parser.py | 52 ++++++++---------
src/arith/const_int_bound.cc | 2 +
src/target/source/codegen_metal.cc | 5 ++
src/target/source/codegen_metal.h | 1 +
src/target/source/codegen_opencl.cc | 6 +-
src/tir/transforms/flatten_buffer.cc | 2 +
src/tir/transforms/lower_intrin.cc | 10 ++--
tests/python/frontend/paddlepaddle/test_forward.py | 4 +-
.../python/unittest/test_arith_const_int_bound.py | 18 ++++++
tests/python/unittest/test_target_codegen_metal.py | 46 +++++++++++----
.../python/unittest/test_target_codegen_opencl.py | 32 ++++++++---
.../unittest/test_tvmscript_meta_programming.py | 67 +++++++++++++++-------
17 files changed, 203 insertions(+), 96 deletions(-)
copy apps/sgx/Cargo.toml => python/tvm/script/parser/core/error.py (77%)