Lunderberg opened a new pull request, #17092: URL: https://github.com/apache/tvm/pull/17092
Prior to commit, many unit tests were implemented as `assert tvm.ir.structural_equal(output, expected)`. While this is correct, it doesn't provide much information when the test fails. The `tvm.ir.assert_structural_equal` method performs the equivalent check, but displays the exact location where a mismatch occurs. This commit replaces all use of `assert tvm.ir.structural_equal` with `tvm.ir.assert_structural_equal`. -- 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: commits-unsubscr...@tvm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org