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 de91c5ca94 [Bugfix] rocm shared memory issue on MI250 (#16901)
     add 7dc0472aef [Bugfix] CudaDeviceAPI::GetAttr may check kExist when GPUs 
absent (#16903)
     add 59376eeca3 [Relax] Allow specifying entry_funcs for BYOC (#16902)
     add fe5270956d [CMAKE] Misc improvment of Util (#16900)
     add 622bd150dd [Relax] Handle binary operations between Tensor and 
PrimValue (#16827)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |   5 +-
 cmake/config.cmake                                 |   5 +
 cmake/modules/LibInfo.cmake                        |   1 +
 cmake/modules/contrib/MSCCLPP.cmake                |   4 +-
 cmake/utils/Utils.cmake                            |   7 +-
 include/tvm/relax/transform.h                      |   5 +-
 python/tvm/relax/transform/transform.py            |   5 +
 python/tvm/relax/utils.py                          | 130 +++--
 src/relax/op/op_common.h                           | 103 +++-
 src/relax/op/tensor/binary.cc                      | 112 ++++-
 src/relax/transform/fuse_ops.cc                    |  69 ++-
 src/relax/transform/utils.h                        |   3 +-
 src/runtime/cuda/cuda_device_api.cc                |   7 +-
 src/script/printer/relax/tir.cc                    |   7 +-
 src/support/libinfo.cc                             |   5 +
 src/te/operation/create_primfunc.cc                |  15 +-
 tests/python/relax/test_op_binary.py               | 106 +++-
 tests/python/relax/test_op_nn_convolution.py       |   8 +-
 tests/python/relax/test_op_search.py               |   4 +-
 .../relax/test_transform_legalize_ops_binary.py    | 534 ++++++++++++++++++++-
 .../test_runtime_device_api.py}                    |  54 ++-
 21 files changed, 994 insertions(+), 195 deletions(-)
 copy tests/python/{relax/test_json_compact.py => 
runtime/test_runtime_device_api.py} (56%)

Reply via email to