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

Reply via email to