-
Notifications
You must be signed in to change notification settings - Fork 90
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
type conversion (#880) #900
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #900 +/- ##
=======================================
Coverage 91.83% 91.83%
=======================================
Files 93 93
Lines 13339 13339
Branches 13339 13339
=======================================
Hits 12250 12250
Misses 972 972
Partials 117 117 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
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.
Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @ohad-starkware)
21af0b4
to
740381c
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.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2
.
Benchmark suite | Current: 740381c | Previous: cd8b37b | Ratio |
---|---|---|---|
iffts/simd ifft/22 |
12614998 ns/iter (± 151548 ) |
6306399 ns/iter (± 210024 ) |
2.00 |
merkle throughput/simd merkle |
28088905 ns/iter (± 474061 ) |
13712527 ns/iter (± 579195 ) |
2.05 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @shaharsamocha7
type conversion (#880)
Co-Authored-By: ilyalesokhin-starkware [email protected]
Rename Constant trace -> Preprocessed trace. (#881)
Remove unused mutability. (#885)
Added LogupAtRow functionality to EvalAtRow. (#875)
Avoid filtering out unused columns. (#886)
The prover does not filter them out.
Abstracted
eval.write_frac
s toeval.add_to_relation
s. (#876)Initialize logups automatically when first used. (#879)
Formal Expr logup variables. (#887)
Expr formatting. (#888)
State machine constraint string. (#889)
Separated Xor table types. (#883)
Remove redundant
collect
in framework. (#896)Add arithmetic op counts to InfoEvaluator (#832)
Make CommitmentSchemeProver::prove_values take ownership (#852)
Add gen_preprocessed_columns. (#891)
Added total_ and claimed_sums as formal variables in ExprEvaluator. (#892)
SIMD backend for poseidon252 merkle ops - CPU IMPL