This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new fbb30747cb [BUILD] Bump tvm-ffi after RuntimeTypeIndex optimization 
(#19834)
fbb30747cb is described below

commit fbb30747cbda474ce77b0c1be22774e1f215789a
Author: Tianqi Chen <[email protected]>
AuthorDate: Fri Jun 19 07:22:25 2026 -0400

    [BUILD] Bump tvm-ffi after RuntimeTypeIndex optimization (#19834)
    
    This PR bumps the vendored `3rdparty/tvm-ffi` submodule to the latest
    upstream commit after the RuntimeTypeIndex optimization and CRTP
    compatibility follow-up.
    
    Included tvm-ffi updates:
    - apache/tvm-ffi#633: Phase out Python 3.8 wheel builds
    - apache/tvm-ffi#635: Ignore existing DLLs in Windows wheel repair
    - apache/tvm-ffi#634: Optimize dynamic RuntimeTypeIndex loads
    - apache/tvm-ffi#636: Make object info macro compatible with CRTP
    
    Validation:
    - Built `tvm_runtime` and `tvm_compiler` in a Release CMake build.
    - `git diff --check` passed.
---
 3rdparty/tvm-ffi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/3rdparty/tvm-ffi b/3rdparty/tvm-ffi
index fc275d6f4d..102fe0e93a 160000
--- a/3rdparty/tvm-ffi
+++ b/3rdparty/tvm-ffi
@@ -1 +1 @@
-Subproject commit fc275d6f4de391e0d51f2097cc601d56a5d88bd3
+Subproject commit 102fe0e93a9627720f3f190d6efc7450c74604a7

Reply via email to