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 fd9d9db130 [Relax][ONNX] Fix shape/dynamic restrictions for
`Squeeze`/`Unsqueeze` and `Slice` (#18955)
add ec0daad082 [Relax][ONNX] Support Resize dynamic ROI via TOPI (#18963)
add a7bfc857b9 [FIX] Inline ceil_log2 in gpu_2d_continuous_cumsum to fix
MakePackedAPI error (#18957)
No new revisions were added by this update.
Summary of changes:
python/tvm/relax/backend/gpu_generic/cumsum.py | 3 +-
python/tvm/relax/frontend/onnx/onnx_frontend.py | 164 ++++++++++++++++++++----
tests/python/relax/test_frontend_onnx.py | 58 +++++++++
3 files changed, 200 insertions(+), 25 deletions(-)