You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/04/05 02:24:44 UTC

[tvm] branch main updated (7f52cc4c0e -> a6e620937b)

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

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


    from 7f52cc4c0e Handle uint8 in ConstantNode visitor in LowerToTECompute (#10894)
     add a6e620937b [RUNTIME] Api to get number of runtime threads (#10896)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/threading_backend.h                    |  6 ++++++
 python/tvm/runtime/__init__.py                             |  2 +-
 python/tvm/runtime/module.py                               | 11 +++++++++++
 src/runtime/thread_pool.cc                                 |  7 +++++++
 .../python/unittest/test_runtime_module_based_interface.py | 14 ++++++++++++++
 5 files changed, 39 insertions(+), 1 deletion(-)