-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
expression: implement vectorized evaluation for builtinRoundWithFracRealSig
#12275
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12275 +/- ##
================================================
- Coverage 80.8356% 80.8031% -0.0325%
================================================
Files 454 454
Lines 99330 99282 -48
================================================
- Hits 80294 80223 -71
- Misses 13257 13273 +16
- Partials 5779 5786 +7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@tsthght Please resolve the conflict, Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/merge |
/run-all-tests |
What problem does this PR solve?
implement vectorized evaluation for builtinRoundWithFracRealSig , for #12105
What is changed and how it works?
Check List
Tests