tkonolige commented on pull request #10595: URL: https://github.com/apache/tvm/pull/10595#issuecomment-1068279498
@lazycal I don't think reverting #10571 is the correct way to go. I think that just uncovered more issues that we have. Specifically we sometime mismatch the dtypes between the `var` and the `extent` of a `For` loop. This PR fixes one such case so we should merge it. To prevent issues like this in the future, we should add a dtype check to the `For` constructor. -- 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]
