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 6e8c367fd7 [Relax] Add torch exported program ingestion capability for 
Tensor.detach(), Tensor.copy_, and aten.lift_fresh_copy (#17723)
     add e74f7eee32 [Relax] Add support to ingest Tensor.expand_as() (#17724)
     add 6afa62cbe1 Fix typos in comments and strings (#17736)
     add 148737b1ff [IR] Compact Functor vtable (#17731)
     add 36a92a4ae5 Remove Google Analytics (#17734)
     add 37fe645f94 [Relax] Ingest Tensor.clamp from torch export (#17725)
     add 363ebb453b [BF16] Support ndarray.asnumpy() to bfloat16 tensor 
natively using ml_dtypes (#17739)

No new revisions were added by this update.

Summary of changes:
 apps/ios_rpc/tvmrpc/RPCServer.mm                   |  30 ++---
 apps/ios_rpc/tvmrpc/TVMRuntime.mm                  |   2 +-
 docs/conf.py                                       |   1 -
 docs/contribute/document.rst                       |   2 +-
 include/tvm/arith/iter_affine_map.h                |   2 +-
 include/tvm/ir/expr.h                              |   4 +-
 include/tvm/ir/type_functor.h                      |   1 +
 include/tvm/node/functor.h                         |  28 ++++-
 include/tvm/relax/dataflow_pattern.h               |   2 +
 include/tvm/relax/dataflow_pattern_functor.h       |   2 +-
 include/tvm/relax/expr.h                           |   4 +-
 include/tvm/relax/expr_functor.h                   |   3 +-
 include/tvm/relax/op_attr_types.h                  |   2 +-
 include/tvm/relax/struct_info_functor.h            |   1 +
 include/tvm/relax/type.h                           |   2 +-
 include/tvm/tir/analysis.h                         |   2 +-
 include/tvm/tir/block_dependence_info.h            |   4 +-
 include/tvm/tir/builtin.h                          |   2 +-
 include/tvm/tir/expr_functor.h                     |   1 +
 include/tvm/tir/op.h                               |   2 +-
 include/tvm/tir/stmt_functor.h                     |   1 +
 .../frontend/torch/base_fx_graph_translator.py     | 104 +++++++++++++++--
 .../frontend/torch/exported_program_translator.py  |   4 +
 python/tvm/relax/frontend/torch/fx_translator.py   |   4 +-
 python/tvm/runtime/ndarray.py                      |   7 +-
 src/ir/attr_functor.h                              |   1 +
 src/relax/ir/py_expr_functor.cc                    |   3 +
 src/runtime/object.cc                              |  10 +-
 tests/python/codegen/test_target_codegen_llvm.py   |  43 ++-----
 tests/python/relax/test_from_exported_to_cuda.py   | 128 +++++++++++++++++++++
 .../relax/test_frontend_from_exported_program.py   |  62 +++++++++-
 tests/python/relax/test_frontend_from_fx.py        |  64 ++++++++---
 web/emcc/tvmjs_support.cc                          |   2 +-
 web/emcc/wasm_runtime.cc                           |   2 +-
 34 files changed, 427 insertions(+), 105 deletions(-)

Reply via email to