tlopex opened a new pull request, #19894: URL: https://github.com/apache/tvm/pull/19894
This pr is the follow-up pr of #19880. This pr updates ONNX frontend structural tests to match the current Relax/TVMScript semantics on main. The previous expected IR still used `"void"` as the default dtype marker for ops such as matmul, cumsum, and zeros_like. After the Relax optional-dtype cleanup, those defaults should be represented by omitting the dtype argument, which makes CI crash Also update the dynamic-shape squeeze structural check to build the expected Relax IR programmatically, because TVMScript currently cannot round-trip the SizeVar dataflow binding printed by the importer. -- 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]
