tlopex opened a new pull request, #19880: URL: https://github.com/apache/tvm/pull/19880
in order to avoid running heavyweight ORT/VM integration checks for ONNX frontend tests, this pr uses tvm.ir.assert_structural_equal for composite ONNX frontend lowerings built from multiple Relax ops, plus IR-specific importer behavior such as control flow, sequence/optional handling, symbolic shapes, and dynamic lowering details We keep check_correctness for direct Relax core-op mappings and tests that explicitly cover numerical behavior or edge cases. This keeps frontend PR tests focused on cheaper structural verification while preserving numerical coverage where the test is actually about Relax op correctness or frontend numerical behavior. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
