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 2004a8bcbf [NVRTC] Add NVSHMEM support to NVRTC compilation path
(#18681)
add 75ce1b4d46 [release] Update version to 0.23.0 on main branch
add 87f478ed30 [release] Update version to 0.24.dev0 on main branch
add 66f7f378d5 [Web] Handle LocalSession init in WASM RPC server (#18687)
add ab25b49225 [TIR] Fix InjectPTXLDG32 segfaults and skip non-CUDA
targets (#18671)
No new revisions were added by this update.
Summary of changes:
conda/recipe/meta.yaml | 2 +-
include/tvm/runtime/base.h | 2 +-
pyproject.toml | 2 +-
python/tvm/libinfo.py | 2 +-
src/tir/transforms/inject_ptx_ldg32.cc | 44 +++++++++---
.../test_tir_transform_inject_ptx_ldg32.py | 80 ++++++++++++++++++++++
version.py | 2 +-
web/package-lock.json | 4 +-
web/package.json | 2 +-
web/src/rpc_server.ts | 10 +++
10 files changed, 133 insertions(+), 17 deletions(-)
create mode 100644
tests/python/tir-transform/test_tir_transform_inject_ptx_ldg32.py