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 7bedfeb209 [Codegen] FP4 support (#17630)
     add 7d38cf25c5 [Relax][PyTorch] Support several binary ops for 
ExportedProgram importer (#17689)
     add 119d6bef5d [Relax] Add support for func attr inheritance in 
SplitLayoutRewritePreproc (#17682)
     add 410cc2f153 [Docker] Fix ml_dtypes downgrade issue introduced by 
TensorFlow (#17691)
     add 5fc254e369 Fix relax.ccl.scatter_from_worker0 assert (#17688)

No new revisions were added by this update.

Summary of changes:
 docker/install/ubuntu_install_tensorflow.sh        |   4 +
 python/tvm/contrib/tf_op/__init__.py               |  20 --
 python/tvm/contrib/tf_op/module.py                 | 126 --------
 .../frontend/torch/exported_program_translator.py  |  17 +
 src/relax/op/ccl/ccl.cc                            |  10 +-
 .../transform/split_layout_rewrite_preproc.cc      |  23 +-
 .../relax/test_frontend_from_exported_program.py   | 359 +++++----------------
 .../test_transform_split_layout_rewrite_preproc.py |  84 +++++
 8 files changed, 217 insertions(+), 426 deletions(-)
 delete mode 100644 python/tvm/contrib/tf_op/__init__.py
 delete mode 100644 python/tvm/contrib/tf_op/module.py

Reply via email to