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 e54e04d520 [Unity][BYOC] Add cuBLAS backend (#14291)
     add 5c2058dc3c [Unity][OP] Add `arange` op (#14463)

No new revisions were added by this update.

Summary of changes:
 include/tvm/topi/transform.h                       | 15 ++++-
 python/tvm/relax/block_builder.py                  |  4 +-
 python/tvm/relax/frontend/torch/fx_translator.py   |  7 ++-
 python/tvm/relax/op/create.py                      | 56 ++++++++++++++++-
 .../tvm/relax/transform/legalize_ops/creation.py   | 25 +++++++-
 python/tvm/script/ir_builder/relax/ir.py           |  2 +
 src/relax/op/tensor/create.cc                      | 54 ++++++++++++++++
 src/relax/op/tensor/create.h                       |  3 +
 tests/python/relax/test_op_create.py               | 73 +++++++++++++++++++++-
 .../test_transform_legalize_ops_create_datatype.py | 54 ++++++++++++++++
 .../relax/test_tvmscript_parser_op_create.py       | 14 +++++
 11 files changed, 291 insertions(+), 16 deletions(-)

Reply via email to