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/04/18 18:40:13 UTC

[tvm] branch last-successful updated (240fac437c -> 28aac0e48f)

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 240fac437c Fix typo in tutorial doc (#10974)
     add 28aac0e48f [Hexagon] Deprecate USE_HEXAGON_DEVICE, introduce USE_HEXAGON (#11025)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |  4 +-
 apps/hexagon_api/CMakeLists.txt                    |  3 +
 apps/hexagon_launcher/cmake/android/CMakeLists.txt |  9 ++-
 apps/hexagon_launcher/cmake/hexagon/CMakeLists.txt |  7 +-
 cmake/config.cmake                                 | 13 ++--
 cmake/modules/Hexagon.cmake                        | 90 +++-------------------
 cmake/modules/LibInfo.cmake                        |  2 +-
 src/runtime/hexagon/README.md                      | 70 ++++++++---------
 src/runtime/hexagon/android/hexagon_device_api.cc  |  2 +-
 .../hexagon/hexagon/hexagon_device_api_v2.cc       |  5 ++
 src/support/libinfo.cc                             |  6 +-
 tests/python/contrib/test_hexagon/test_launcher.md |  2 +-
 tests/scripts/task_config_build_hexagon.sh         |  3 +-
 13 files changed, 75 insertions(+), 141 deletions(-)