-
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 builtinBenchmarkSig
#13643
Conversation
Thanks for your contribution. If your PR get merged, you will be rewarded 50 points. |
a8fbc52
to
7a444f1
Compare
Codecov Report
@@ Coverage Diff @@
## master #13643 +/- ##
===========================================
Coverage 80.1835% 80.1835%
===========================================
Files 483 483
Lines 121359 121359
===========================================
Hits 97310 97310
Misses 16301 16301
Partials 7748 7748 |
7a444f1
to
04a105f
Compare
Rest, LGTM |
@pingyu, please update your pull request. |
1 similar comment
@pingyu, please update your pull request. |
04a105f
to
85cbed3
Compare
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
/run-all-tests |
PCP #12103
What problem does this PR solve?
Implement vectorized evaluation for
builtinBenchmarkSig
at #12103What is changed and how it works?
It gets faster about 60x.
Check List
Tests