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 92de8e9afe [Transform] Use callable() instead of isinstance() for type 
checking (#14248)
     add e3c8f2bc2d [Frontend][Paddle]add take_alone_axis and topk converter 
for paddle frontend (#14170)
     add caf6b0339c [TVMScript][Parser] Add more warp-level builtins and 
`Range` (#14279)
     add 6fa88e38a6 [PaddlePaddle Hackathon 4][Frontend][Paddle]add 
thresholded_relu/index_select/eye/linspace/take_alone_axis/dist for paddle 
frontend (#14172)
     add 06fabe4c5a [PaddlePaddle Hackathon 4][Frontend][Paddle]add 
grid-sample/gaussian_random/flip/fill_zeros_like/unique for paddle frontend 
(#14277)
     add 9a99fc89a2 [Utils] Allow classmethod and staticmethod in 
TVMDerivedObject (#14249)

No new revisions were added by this update.

Summary of changes:
 python/tvm/meta_schedule/utils.py                  |   3 +
 python/tvm/relay/frontend/paddlepaddle.py          | 227 ++++++++++++++++-
 python/tvm/script/ir_builder/tir/ir.py             |  51 +++-
 python/tvm/tir/op.py                               | 108 ++++++++-
 tests/python/frontend/paddlepaddle/test_forward.py | 269 +++++++++++++++++++++
 .../test_meta_schedule_post_order_apply.py         |  21 ++
 tests/python/unittest/test_tvmscript_roundtrip.py  |  55 +++++
 7 files changed, 719 insertions(+), 15 deletions(-)

Reply via email to