junrushao commented on PR #49: URL: https://github.com/apache/tvm-ffi/pull/49#issuecomment-3331042097
The sporadic error message [[link](https://github.com/apache/tvm-ffi/actions/runs/17992193977/job/51184459149?pr=49#step:10:120)] looks alarming to me: ``` Exception caught during TVMFFIGetTypeInfo: Traceback (most recent call last): File "include/tvm/ffi/type_traits.h", line 92, in tvm::ffi::TypeTraitsBase::GetMismatchTypeInfo[abi:cxx11](TVMFFIAny const*) File "include/tvm/ffi/object.h", line 121, in tvm::ffi::TypeIndexToTypeKey[abi:cxx11](int) File "src/ffi/object.cc", line 493, in TVMFFIGetTypeInfo File "src/ffi/object.cc", line 193, in tvm::ffi::TypeTable::Entry* tvm::ffi::TypeTable::GetTypeEntry(int32_t) InternalError: Check failed: (entry != nullptr) is false: Cannot find type info for type_index=74 ``` digging -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
