ganler commented on issue #11794: URL: https://github.com/apache/tvm/issues/11794#issuecomment-1180852039
@everton1984 Thanks for the interest! There are many interger mismatch bugs in TVM happening in compilation stage: https://github.com/apache/tvm/pull/10519 https://github.com/apache/tvm/pull/10983 I feel this bug is also related, though it happens in execution phase (I am less familiar with codegen so I did not locate the bug). Usually the fix is to add some integer promotion to places that assume the IR only brings `int32` types. -- 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]
