This is an automated email from the ASF dual-hosted git repository.
wuwei pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from e691c7f [TIR] Fix buffer scope in structural equal (#8768)
add d722c10 [CONTRIB] Allow customized initializer in PopenPool (#8789)
No new revisions were added by this update.
Summary of changes:
python/tvm/contrib/popen_pool.py | 34 +++++++++++++++++--
python/tvm/testing/__init__.py | 5 ++-
python/tvm/testing/popen_pool.py | 59 +++++++++++++++++++++++++++++++++
src/support/ffi_testing.cc | 8 +++++
tests/python/contrib/test_popen_pool.py | 42 ++++++++++++++++++++++-
5 files changed, 143 insertions(+), 5 deletions(-)
create mode 100644 python/tvm/testing/popen_pool.py