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 1c77db7889 [Relax][PyTorch] Add support for bidirectional LSTM (#18516)
     add acda952b31 [Relax][PyTorch] Unify tests using shared 
tvm.testing.assert_allclose (#18522)
     add ca19be8be8 [Relax][PyTorch] Add support for binary scalar operations 
in ExportedProgram frontend and corresponding tests (#18529)
     add fc2bdfe6be [Relax][PyTorch] Add support for non-persistent buffers in 
ExportedProgram frontend (#18527)
     add 45ab5fb6dd [Relax][PyTorch] Fix InternalError when converting 
scaled_dot_product_attention with 2D inputs (#18524)
     add 4244a8658a [Relax][PyTorch] Add boolean tensor support for max 
operation and corresponding test case (#18530)

No new revisions were added by this update.

Summary of changes:
 python/tvm/contrib/msc/core/utils/info.py          |   5 +-
 .../frontend/torch/base_fx_graph_translator.py     |  62 ++++-
 .../frontend/torch/exported_program_translator.py  |  11 +-
 python/tvm/testing/utils.py                        |   4 +-
 tests/python/codegen/test_target_codegen.py        |   2 +-
 .../python/codegen/test_target_codegen_cuda_fp8.py |   2 +-
 tests/python/codegen/test_target_codegen_metal.py  |   6 +-
 .../test_hexagon/test_software_pipeline_async.py   |   2 +-
 tests/python/disco/test_ccl.py                     |   4 +-
 tests/python/driver/test_compile.py                |  10 +-
 .../test_nnapi/test_from_exported_to_cuda.py       |   4 +-
 ...est_runtime_builtin_kv_cache_transfer_kernel.py |  14 +-
 tests/python/relax/test_base_py_module_printer.py  |   2 +-
 .../relax/test_base_py_module_symbolic_shape.py    |  18 +-
 tests/python/relax/test_dlpack_integration.py      |   8 +-
 .../relax/test_frontend_from_exported_program.py   | 273 +++++++++++----------
 tests/python/relax/test_runtime_builtin.py         |   4 +-
 tests/python/relax/test_vm_build.py                |   2 +-
 tests/python/tir-base/test_tir_intrin.py           |   2 +-
 .../test_tir_schedule_fuse_reduction_epilogue.py   |   6 +-
 web/tests/python/webgpu_rpc_test.py                |   2 +-
 21 files changed, 258 insertions(+), 185 deletions(-)

Reply via email to