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 633fb54614 [Runtime][PipelineExecutor] Refactor PipelineExecutor.py
and Add cross compile support for pipeline executor. (#11133)
add 530091acce [Hexagon][Runtime] Add QuRT thread pool backend (#11018)
add 5c204c6246 Remove device type dependency (#11198)
No new revisions were added by this update.
Summary of changes:
src/runtime/hexagon/hexagon_device_api.cc | 28 +++---
src/runtime/threading_backend.cc | 79 +++++++++++++++-
.../contrib/test_hexagon/test_thread_pool.py | 100 +++++++++++++++++++++
3 files changed, 190 insertions(+), 17 deletions(-)
create mode 100644 tests/python/contrib/test_hexagon/test_thread_pool.py