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 f83a32906f [Relax] Share storage allocs among functions after cuda
graph rewriting (#16830)
add ca99a98dfe [Disco] Reduce Process/ThreadSession message queue reads
and writes (#16817)
add c20cdafcbc [SME] Target parser support for SME (#16794)
add 3a423615ee [Disco] Support setting workers' CPU affinity (#16807)
add ef80af65dd [Web] Support building tvm/web on Windows (#16810)
No new revisions were added by this update.
Summary of changes:
python/tvm/contrib/emcc.py | 4 +-
src/runtime/disco/builtin.cc | 8 +++
src/runtime/disco/process_session.cc | 53 +++++++++++++---
src/runtime/disco/threaded_session.cc | 48 ++++++++++-----
src/runtime/threading_backend.cc | 75 +++++++++++++----------
src/target/parsers/aprofile.cc | 3 +-
tests/cpp/target/parsers/aprofile_test.cc | 17 +++++
web/Makefile | 2 +-
web/package.json | 4 +-
apps/uma/_template/__init__.py => web/run_jest.py | 10 +--
web/tests/python/websock_rpc_test.py | 2 +-
11 files changed, 157 insertions(+), 69 deletions(-)
copy apps/uma/_template/__init__.py => web/run_jest.py (83%)