-
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 builtinLogicAndSig
#12336
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12336 +/- ##
===========================================
Coverage 79.9113% 79.9113%
===========================================
Files 461 461
Lines 102401 102401
===========================================
Hits 81830 81830
Misses 14784 14784
Partials 5787 5787 |
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 |
@lauhg merge failed. |
/run-common-test |
/run-unit-test |
/run-all-tests |
/run-all-tests |
/merge |
Your auto merge job has been accepted, waiting for 12386 |
/run-all-tests |
@lauhg merge failed. |
@lauhg Please solve the conflict~ |
/run-unit-test |
What problem does this PR solve?
implement vectorized evaluation for
builtinLogicAndSig
Issue: #12103
What is changed and how it works?
Check List
Tests