-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Detect usage of custom floating-point abs implementation #5246
Conversation
On my machine, there were already 6 tests that failed before I made any changes to the code. I imagine that's probably what the failing check is. |
The failure is #5238, you can ignore them for now. |
The most recent commit was because running |
☔ The latest upstream changes (presumably #5247) made this pull request unmergeable. Please resolve the merge conflicts. |
@flip1995 I think I implemented all of your suggested changes. |
|
@bors r=flip1995 |
📌 Commit c3e96d1 has been approved by |
Detect usage of custom floating-point abs implementation Implements #5224
💔 Test failed - checks-action_test |
@bors retry |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Closes #5224
changelog: Enhance [
suboptimal_flops
] lint to detect manual implementations of theabs
method