Lunderberg commented on PR #15813: URL: https://github.com/apache/tvm/pull/15813#issuecomment-1735629528
I had a couple of MSC-related CI failures, but they were mainly related to expected IRModule definitions needing to be updated for changed behavior. If I run the `tests/python/relax/test_analysis_suggest_layout_transforms.py::test_non_affine_access` on https://github.com/apache/tvm/pull/15815, I get the same warning, but the test still passes.  Checking against the CI output for #15815 ([link](https://ci.tlcpack.ai/blue/rest/organizations/jenkins/pipelines/tvm-unity/branches/PR-15815/runs/1/nodes/59/steps/109/log/?start=0)), I see the same non-affine warning occurring there as well, which makes sense for a test validating the behavior under a non-affine transform. I'm wondering if we want to downgrade the `LOG(WARNING)` to a `DLOG(INFO)`, since it is the expected behavior when analyzing a PrimFunc that is not an affine transformation. -- 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]
