This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from cf859b927a [Relax][Frontend][TFLite] Support STABLEHLO_CUSTOM_CALL 
(#19649)
     add 349225ae23 [REFACTOR][PYTHON] Revisit lifted support modules from 
tvm.contrib (#19653)
     add 066bf777b8 [Relax][Frontend][TFLite] Add HASHTABLE_LOOKUP converter 
(#19654)
     add 23a0ea8d8b [Relax][Frontend][TFLite] Support 
STABLEHLO_RNG_BIT_GENERATOR (#19651)
     add 56491224f2 fix: Security Patch: Fix missing exported flag in 
AndroidManifest (#19648)
     add 9898909392 [Relax][PyTorch] Cast non-bool inputs to bool in 
logical_not converter (#19645)
     add 8039963c23 [Web][COS] Persist URL→hash mapping across page loads 
(#19569)

No new revisions were added by this update.

Summary of changes:
 apps/android_rpc/app/src/main/AndroidManifest.xml  |   1 +
 .../tvm/relax/frontend/tflite/tflite_frontend.py   | 314 ++++++++++++++++++++
 .../frontend/torch/base_fx_graph_translator.py     |   8 +
 .../frontend/torch/exported_program_translator.py  |   2 +-
 python/tvm/relax/frontend/torch/fx_translator.py   |   2 +-
 python/tvm/support/nvcc.py                         |   8 +-
 src/runtime/cuda/cuda_module.cc                    |   2 +-
 src/target/rocm/llvm/codegen_amdgpu.cc             |   2 +-
 src/tirx/transform/unsupported_dtype_legalize.cc   |  10 +-
 .../relax/test_frontend_from_exported_program.py   |  23 ++
 tests/python/relax/test_frontend_from_fx.py        |   7 +-
 tests/python/relax/test_frontend_tflite.py         | 325 +++++++++++++++++++++
 tests/python/{contrib => support}/test_ccache.py   |   2 +-
 .../python/{contrib => support}/test_popen_pool.py |   0
 tests/python/{contrib => support}/test_util.py     |   0
 web/README.md                                      |   2 +-
 web/src/artifact_cache.ts                          |  47 +++
 17 files changed, 737 insertions(+), 18 deletions(-)
 rename tests/python/{contrib => support}/test_ccache.py (98%)
 rename tests/python/{contrib => support}/test_popen_pool.py (100%)
 rename tests/python/{contrib => support}/test_util.py (100%)

Reply via email to