slyubomirsky commented on code in PR #14394:
URL: https://github.com/apache/tvm/pull/14394#discussion_r1152586627
##########
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:
These were giving false positives for my IDE due to having an undefined
variable. We probably should not keep tests that don't work
--
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]