Skip to content
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

Merged
merged 1 commit into from
Nov 25, 2024
Merged

type conversion (#880) #900

merged 1 commit into from
Nov 25, 2024

Conversation

ohad-starkware
Copy link
Collaborator

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_fracs to eval.add_to_relations. (#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

@reviewable-StarkWare
Copy link

This change is Reviewable

Copy link
Collaborator Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@codecov-commenter
Copy link

codecov-commenter commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.83%. Comparing base (6de095b) to head (740381c).

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.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

Copy link
Contributor

@Alon-Ti Alon-Ti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @ohad-starkware)

@ohad-starkware ohad-starkware merged commit 264922e into dev Nov 25, 2024
17 of 19 checks passed
@ohad-starkware ohad-starkware deleted the ohad/export_relation branch November 25, 2024 11:08
Copy link

@github-actions github-actions bot left a 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

@ohad-starkware ohad-starkware mentioned this pull request Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants