yongwww commented on code in PR #14394:
URL: https://github.com/apache/tvm/pull/14394#discussion_r1160902410
##########
tests/python/relax/test_transform_legalize_ops_manipulate.py:
##########
@@ -1080,7 +1081,8 @@ def main(x: R.Tensor(("a", "b", "c"), "float32")) ->
R.Tensor(("b", 1), "float32
# fmt: on
mod = LegalizeOps()(CollapseSumTo)
- tvm.ir.assert_structural_equal(mod, Expected)
+ # TODO(@relax-team): Uncomment when this is supported
+ # tvm.ir.assert_structural_equal(mod, Expected)
Review Comment:
+1 remove the tests that don't work, not difficult to get it back from the
commit history if would like to enable them
--
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]