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 1ebd5e060e [DOC] Fix docstring, unify CMake, nvidia-docker deprecation
(#18799)
add d8a4e6d1a2 [FFI] Bring up latest tvm-ffi (#18802)
add 9752557bf1 support integer types in fast_tanh and fast_exp (#18768)
add c35f868531 [CI] Update images to `20260219-160550-72f51851` (#18800)
No new revisions were added by this update.
Summary of changes:
3rdparty/tvm-ffi | 2 +-
ci/jenkins/docker-images.ini | 2 +-
include/tvm/ir/config_schema.h | 21 +-
python/tvm/topi/math.py | 4 +
src/runtime/profiling.cc | 4 +-
tests/lint/check_asf_header.sh | 2 +-
tests/scripts/task_web_wasm.sh | 1 +
web/.eslintignore | 4 -
web/.eslintrc.cjs | 51 +
web/.eslintrc.json | 35 -
web/emcc/preload.js | 1 -
web/jest.config.js | 2 -
web/package-lock.json | 7494 ++++++++++++-------------------
web/package.json | 33 +-
web/src/artifact_cache.ts | 21 +-
web/src/compact.ts | 2 -
web/src/environment.ts | 1 -
web/src/memory.ts | 2 +-
web/src/rpc_server.ts | 7 -
web/src/runtime.ts | 32 +-
web/src/webgpu.ts | 10 +-
web/tests/node/test_module_load.js | 1 -
web/tests/node/test_object.js | 1 -
web/tests/node/test_packed_func.js | 1 -
web/tests/node/test_random_generator.js | 2 -
web/tests/node/test_tensor.js | 1 -
web/tests/node/test_vm.js | 1 -
web/tsconfig.json | 1 +
web/typedoc.json | 1 -
29 files changed, 3102 insertions(+), 4638 deletions(-)
delete mode 100644 web/.eslintignore
create mode 100644 web/.eslintrc.cjs
delete mode 100644 web/.eslintrc.json