guberti commented on issue #12033: URL: https://github.com/apache/tvm/issues/12033#issuecomment-1178148210
`git bisect` tells us the breakage was caused by 985680ee1ae77ebe51f373df64063f8372e6cb6e: ``` 985680ee1ae77ebe51f373df64063f8372e6cb6e is the first bad commit commit 985680ee1ae77ebe51f373df64063f8372e6cb6e Author: Mark Shields <[email protected]> Date: Thu Jun 30 10:27:21 2022 -0700 [BYOC] Handle constants in IRModule-at-a-time external codegen (#11770) ``` This checks out, as that commit deals with BYOC. -- 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]
