This is an automated email from the ASF dual-hosted git repository.
junrushao pushed a change to branch unity
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 676def7c9d [Unity][Frontend][NN] Switch to always using fp32 for
timestep embedding calculation (#15811)
add 9613385fd0 [Codegen][ROCm] Mismatched Dtype of Workgroup/Workitem
(#15777)
add 17adc1e722 [Hotfix] Fix Windows Pipe (#15778)
add 299bc60f61 [Hexagon] Properly handle RPC server shutdown (#15788)
add 9f05c9891f [TFLite][Frontend] Support quantized GREATER_EQUAL (#15775)
add 88e590a129 [MetaSchedule] Allow generating uint random data (#15792)
add 61bed643aa [TFLite][Frontend] Support quantized LESS_EQUAL (#15790)
add ab3511a230 [Hotfix][TFLite] Disable test of quantized floor mod
(#15802)
add 8ff15c1626 Merge remote-tracking branch 'apache-upstream/main' into
unity-staging
No new revisions were added by this update.
Summary of changes:
python/tvm/meta_schedule/testing/tune_utils.py | 2 ++
python/tvm/relay/frontend/tflite.py | 14 +++--------
src/runtime/hexagon/rpc/hexagon/rpc_server.cc | 14 +++++++----
src/support/pipe.h | 8 +++---
src/target/llvm/codegen_amdgpu.cc | 3 ++-
src/target/llvm/intrin_rule_rocm.cc | 2 +-
tests/python/frontend/tflite/test_forward.py | 34 ++++++++++++++++++++++----
7 files changed, 51 insertions(+), 26 deletions(-)