slyubomirsky commented on code in PR #14394:
URL: https://github.com/apache/tvm/pull/14394#discussion_r1162134019


##########
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:
   Removed. If others object, it's easy to restore 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]

Reply via email to