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/07/25 12:49:33 UTC

[tvm] branch last-successful updated (6eb3a1fc36 -> 75ec1cffa9)

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 6eb3a1fc36 [BYOC-DNNL] suppport more dnnl ops (#11823)
     add 75ec1cffa9 [TVMC] Workspace Pools Parameters (#11427)

No new revisions were added by this update.

Summary of changes:
 include/tvm/ir/memory_pools.h                    |   1 +
 python/tvm/driver/tvmc/compiler.py               |  30 +-
 python/tvm/driver/tvmc/workspace_pools.py        | 237 +++++++++++++
 python/tvm/ir/memory_pools.py                    |   2 +-
 src/relay/backend/contrib/cmsisnn/target.cc      |   4 +-
 tests/python/driver/tvmc/test_command_line.py    |  22 ++
 tests/python/driver/tvmc/test_compiler.py        |  22 ++
 tests/python/driver/tvmc/test_workspace_pools.py | 404 +++++++++++++++++++++++
 8 files changed, 717 insertions(+), 5 deletions(-)
 create mode 100644 python/tvm/driver/tvmc/workspace_pools.py
 create mode 100644 tests/python/driver/tvmc/test_workspace_pools.py