-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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 builtinConvertSig #13537
Conversation
Thanks for your contribution. If your PR get merged, you will be rewarded 50 points. |
/run-integration-copr-test |
2 similar comments
/run-integration-copr-test |
/run-integration-copr-test |
b506b6d
to
897ddeb
Compare
Codecov Report
@@ Coverage Diff @@
## master #13537 +/- ##
===========================================
Coverage 80.2638% 80.2638%
===========================================
Files 474 474
Lines 117586 117586
===========================================
Hits 94379 94379
Misses 15800 15800
Partials 7407 7407 |
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 |
@icditwang complete task #12106 and get 50 score, currerent score 450. |
Congratulations, you get 650 score from easy level tasks in PCP-1, try some medium and hard tasks!(you can not reward from easy and vector tasks now) |
PCP #12106
What problem does this PR solve?
implement vectorized evaluation for builtinConvertSig
What is changed and how it works?
Check List
Tests