-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[mlir][complex] Support fastmath in the binary op conversion. #65702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Complex dialect arithmetic operations are now able to recognize the given fastmath flags. This PR lets the conversion from complex to standard keep the fastmath flag passed to arith dialect ops. See: https://discourse.llvm.org/t/rfc-fastmath-flags-support-in-complex-dialect/71981
Are we apparently running out of heap space?
|
@metaflow FYI ^ |
@joker-eph Thank you for approving this PR. The CI failure seems temporary, but I have no permission to retry the build. How can we re-run the CI job to ensure the test passes? |
In general rebasing and pushing would re-trigger the CI. But really I wouldn't bother too much for such a change: if it passes locally it seems low risk to merge. |
@joker-eph Thanks for the advice. I'll merge this as I confirmed it has passed the test in local. |
@joker-eph running out of heap space seems strange - agents have 100Gb+ RAM. Could it be due to parallelism or wrong configuration flags? |
…5702) Complex dialect arithmetic operations are now able to recognize the given fastmath flags. This PR lets the conversion from complex to standard keep the fastmath flag passed to arith dialect ops. See: https://discourse.llvm.org/t/rfc-fastmath-flags-support-in-complex-dialect/71981
Complex dialect arithmetic operations are now able to recognize the given fastmath flags. This PR lets the conversion from complex to standard keep the fastmath flag passed to arith dialect ops.
See:
https://discourse.llvm.org/t/rfc-fastmath-flags-support-in-complex-dialect/71981