areusch opened a new issue, #11551: URL: https://github.com/apache/tvm/issues/11551
In #11372, @gigiblender created a utility that detects if an IRModule modifies any of the visitable attributes of an IRModule in-place. This issue tracks implementing that utility as the default in all Python tests. Here are the steps: - [ ] Determine what kind of switch we should use for this. In the original PR, a switch was created using PassContext. We should find a way to modify the value of the switch for all tests via a pytest [fixture](https://docs.pytest.org/en/6.2.x/fixture.html). - [ ] Add such pytest fixture to the codebase and determine which tests are failing, if any. - [ ] Turn on the fixture for tests that aren't currently failing, and list the tests which need to be fixed here. - [ ] Fix remaining tests as a community. @mikepapadim is going to take a look at this. -- 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]
