You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/09/30 13:49:43 UTC

[tvm] branch last-successful updated (dedf6393f1 -> d4bf9ecf55)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from dedf6393f1 [Hexagon] Change NULL to nullptr, NFC (#12944)
     add d4bf9ecf55 [Target] Add target_device_type attribute to override default device_type (#12509)

No new revisions were added by this update.

Summary of changes:
 include/tvm/target/compilation_config.h            |  2 +-
 include/tvm/target/target.h                        |  6 ++--
 include/tvm/target/target_kind.h                   | 15 +++++-----
 include/tvm/target/virtual_device.h                | 10 +++----
 python/tvm/micro/model_library_format.py           | 32 +++++++++++-----------
 python/tvm/relay/build_module.py                   |  4 +--
 python/tvm/relay/collage/collage.py                |  2 +-
 python/tvm/target/target.py                        |  4 +++
 src/auto_scheduler/search_policy/utils.h           | 15 ++++------
 src/auto_scheduler/search_task.cc                  |  4 +--
 src/driver/driver_api.cc                           |  8 ++++--
 src/relay/backend/build_module.cc                  |  4 +--
 src/relay/backend/contrib/uma/targets.cc           |  2 +-
 src/relay/backend/interpreter.cc                   |  6 ++--
 src/relay/backend/vm/compiler.cc                   |  6 ++--
 src/runtime/vulkan/vulkan_device.h                 |  2 +-
 src/target/compilation_config.cc                   | 23 ++++++++--------
 src/target/spirv/spirv_support.cc                  |  2 +-
 src/target/target.cc                               | 14 ++++++++--
 src/target/virtual_device.cc                       |  8 +++---
 src/tir/analysis/verify_memory.cc                  |  2 +-
 src/tir/transforms/make_packed_api.cc              |  2 +-
 src/tir/transforms/make_unpacked_api.cc            |  2 +-
 .../relay/collage/demo_collage_partitioner.py      | 10 +++----
 tests/python/unittest/test_target_target.py        |  4 ++-
 .../scripts/release/PRERELEASE_NOTES.md            |  8 ++++--
 26 files changed, 110 insertions(+), 87 deletions(-)
 copy 3rdparty/picojson/README.md => tests/scripts/release/PRERELEASE_NOTES.md (72%)