tlopex opened a new pull request, #19847: URL: https://github.com/apache/tvm/pull/19847
This pr removes the explicit NaN-preservation guards added in the ONNX frontend for Relu (#19750), Sign (#19674), Clip's input (#19535), and ReduceMax/ReduceMin (the _reduce_min_max_preserve_nan helper, #19750). Each paid an extra isnan + where -- the reduce helper a full sum(isnan) pass This pr also drops the corresponding tests: test_relu_nan_preserve, test_sign_nan_preserve, test_reduce_min_max_nan_preserve, and the NaN-input case of test_clip_v13. PRs about NaN-preservation updated in backend will be followed up in the future -- 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]
