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 8929d3fdd0 [TOPI] Add shape validation to prevent negative dimensions 
in conv operations (#17942)
     add d5cd94595e [REFACTOR][FFI][Web] Upgrade Web Runtime to new FFI (#17946)
     add a54833d920 [NODE] Fix structural equality for Array<Any> 
specialization (#17951)

No new revisions were added by this update.

Summary of changes:
 ffi/include/tvm/ffi/c_api.h         |   4 +-
 ffi/include/tvm/ffi/dtype.h         |   2 +-
 ffi/include/tvm/ffi/error.h         |  10 +-
 ffi/src/ffi/dtype.cc                |   4 +-
 include/tvm/node/structural_equal.h |   6 +-
 python/tvm/ffi/cython/base.pxi      |   2 +-
 python/tvm/ffi/cython/dtype.pxi     |   2 +-
 web/.eslintignore                   |   2 +
 web/apps/node/example.js            |   2 +-
 web/emcc/tvmjs_support.cc           |  46 +-
 web/emcc/wasm_runtime.cc            |  55 ++-
 web/emcc/webgpu_runtime.cc          |  22 +-
 web/package.json                    |   4 +
 web/src/asyncify.ts                 |   9 +
 web/src/ctypes.ts                   | 296 +++++--------
 web/src/environment.ts              |  27 +-
 web/src/memory.ts                   |  76 +++-
 web/src/rpc_server.ts               |  15 +-
 web/src/runtime.ts                  | 813 +++++++++++++-----------------------
 web/tests/node/test_ndarray.js      |   2 +-
 web/tests/node/test_object.js       |   5 -
 web/tests/node/test_packed_func.js  |  53 ++-
 web/tests/python/webgpu_rpc_test.py |   1 -
 23 files changed, 609 insertions(+), 849 deletions(-)

Reply via email to