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

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


    from af06b30a98 [CONTRIB] Enable create_staticlib to take in tar files 
(#14876)
     add 61fe8a7027 [AutoTVM] Use f-strings for string formatting, NFC (#14884)
     add 006b11df04 [RUNTIME] Make systemlib unique per prefix (#14887)
     add bbfe481784 [microNPU][ETHOSU] Channel pad offloaded to NPU (#14765)
     add 52de91e366 [Fix] Fix typo in error message (#14890)

No new revisions were added by this update.

Summary of changes:
 python/tvm/auto_scheduler/cost_model/xgb_model.py  |  20 +-
 python/tvm/auto_scheduler/dispatcher.py            |   2 +-
 python/tvm/auto_scheduler/feature.py               |  15 +-
 python/tvm/auto_scheduler/measure.py               |  18 +-
 python/tvm/auto_scheduler/search_policy.py         |   2 +-
 python/tvm/auto_scheduler/search_task.py           |  23 +-
 python/tvm/auto_scheduler/task_scheduler.py        |  15 +-
 python/tvm/auto_scheduler/utils.py                 |   8 +-
 python/tvm/auto_scheduler/workload_registry.py     |   6 +-
 python/tvm/autotvm/feature.py                      |   9 +-
 python/tvm/autotvm/graph_tuner/base_graph_tuner.py |  10 +-
 python/tvm/autotvm/graph_tuner/pbqp_tuner.py       |   4 +-
 .../autotvm/graph_tuner/utils/traverse_graph.py    |   8 +-
 python/tvm/autotvm/measure/measure_methods.py      |  52 +----
 python/tvm/autotvm/record.py                       |   4 +-
 python/tvm/autotvm/task/dispatcher.py              |  14 +-
 python/tvm/autotvm/task/space.py                   |  30 ++-
 python/tvm/autotvm/task/task.py                    |  10 +-
 python/tvm/autotvm/testing/tune_relay.py           |  59 +----
 python/tvm/autotvm/tophub.py                       |  10 +-
 python/tvm/autotvm/tuner/sa_model_optimizer.py     |   2 +-
 python/tvm/autotvm/tuner/xgboost_cost_model.py     |  28 +--
 .../tvm/relay/backend/contrib/ethosu/legalize.py   |  77 +++++++
 python/tvm/relay/backend/contrib/ethosu/util.py    |   2 +-
 python/tvm/relay/op/contrib/ethosu.py              |  90 +++++++-
 src/runtime/system_library.cc                      |  53 +++--
 src/tir/ir/data_layout.cc                          |   2 +-
 tests/python/contrib/test_ethosu/infra.py          |   6 +-
 tests/python/contrib/test_ethosu/test_codegen.py   |  23 ++
 tests/python/contrib/test_ethosu/test_legalize.py  | 241 ++++++++++++++++++++-
 tests/python/unittest/test_target_codegen_blob.py  |   2 +
 31 files changed, 588 insertions(+), 257 deletions(-)

Reply via email to