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

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

commit cd3d9f0371820e2ca0d979bf5059219cb6ec20f9
Author: tqchen <[email protected]>
AuthorDate: Thu Jul 17 11:14:36 2025 -0400

    wip
---
 ffi/include/tvm/ffi/reflection/registry.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ffi/include/tvm/ffi/reflection/registry.h 
b/ffi/include/tvm/ffi/reflection/registry.h
index 2df57f01eb..ab53d8e3b6 100644
--- a/ffi/include/tvm/ffi/reflection/registry.h
+++ b/ffi/include/tvm/ffi/reflection/registry.h
@@ -350,6 +350,7 @@ class ObjectDef : public ReflectionDefBase {
   void RegisterExtraInfo(ExtraArgs&&... extra_args) {
     TVMFFITypeExtraInfo info;
     info.total_size = sizeof(Class);
+    info.structural_eq_hash_kind = kTVMFFIStructuralEqHashKindUnsupported;
     info.creator = nullptr;
     info.doc = TVMFFIByteArray{nullptr, 0};
     if constexpr (std::is_default_constructible_v<Class>) {

Reply via email to