-
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 builtinLog1ArgSig #12285
Conversation
/run-unit-test |
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
Your auto merge job has been accepted, waiting for 12286 |
/run-all-tests |
@Handora merge failed. |
Codecov Report
@@ Coverage Diff @@
## master #12285 +/- ##
===========================================
Coverage 81.1093% 81.1093%
===========================================
Files 454 454
Lines 98927 98927
===========================================
Hits 80239 80239
Misses 12909 12909
Partials 5779 5779 |
/run-all-tests |
/rebuild |
/run-unit-test |
1 similar comment
/run-unit-test |
What problem does this PR solve?
implement vectorized evaluation for builtinLog1ArgSig, for #12105
What is changed and how it works?
according to benchmark, about 2 times faster than before:
Check List
Tests