This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 326f8e7435 Fix typo mistake and change whethe to whether (#15525)
     add 81fd9f3476 Remove IRModule Dependency from Target (#15511)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/transform.h                      | 12 ++++++++++
 include/tvm/target/target.h                        | 10 --------
 include/tvm/target/target_kind.h                   | 27 +---------------------
 include/tvm/tir/usmp/utils.h                       |  1 +
 src/driver/driver_api.cc                           | 17 ++++++++++++++
 src/relay/backend/contrib/cmsisnn/target.cc        |  3 ++-
 src/relay/backend/contrib/codegen_c/target.cc      |  2 +-
 src/relay/backend/contrib/cutlass/target.cc        |  2 +-
 src/relay/backend/contrib/ethosu/codegen.cc        |  4 +++-
 .../backend/contrib/example_target_hooks/target.cc |  5 +++-
 src/relay/backend/contrib/tensorrt/target.cc       |  2 +-
 src/relay/backend/contrib/uma/targets.cc           |  6 +++--
 src/target/codegen.cc                              | 13 +++++++++++
 src/target/target.cc                               | 15 +++---------
 tests/cpp/target_test.cc                           |  3 ++-
 15 files changed, 65 insertions(+), 57 deletions(-)

Reply via email to