tqchen commented on issue #464: URL: https://github.com/apache/tvm-ffi/issues/464#issuecomment-4486499107
moving to this thread, i think the latest code https://github.com/apache/tvm-ffi/blob/main/include/tvm/ffi/error.h#L69 already ensures the two fields are set to zero. so updating tvm-ffi to latest should resolve the issue. I don't think compiler optimization will cause the issue to be set to not null. So if the address override still happens, the issue can be deeper(e.g. memory corruption). My guess is that the issue maybe caused by tvm-ffi inconsistency in the tilelang tvm-ffi used by the tvm and the one. So a better approach is to upgrade the tvm-ffi dep to latest -- 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]
