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

Integrate single step #2338

Draft
wants to merge 39 commits into
base: main
Choose a base branch
from
Draft

Integrate single step #2338

wants to merge 39 commits into from

Conversation

chriseth
Copy link
Member

No description provided.

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 'Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.

Benchmark suite Current: 065cd80 Previous: c05463f Ratio
executor-benchmark/keccak 17294506028 ns/iter (± 94496485) 14007847974 ns/iter (± 95984431) 1.23

This comment was automatically generated by workflow using github-action-benchmark.

@chriseth chriseth force-pushed the integrate_single_step branch 7 times, most recently from 02f203d to 2a59ead Compare January 20, 2025 10:41
@chriseth chriseth force-pushed the integrate_single_step branch from 2a59ead to 20cba4f Compare January 20, 2025 15:04
@chriseth
Copy link
Member Author

It seems that connections whose selector is known to be zero are not considered completed.

Main::is_arith 2 Main::b Main::c
??? ??? ???
";
Main::is_arith $ [ Main::a, Main::b, Main::c ]
Copy link
Member Author

Choose a reason for hiding this comment

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

Not really sure why this is now indented.

fn compute_last_row<Q: QueryCallback<T>>(&mut self, mutable_state: &MutableState<'a, T, Q>) {
assert_eq!(self.data.len() as DegreeType, self.degree - 1);

// TODO combine with compute_first_two_rows
Copy link
Member Author

Choose a reason for hiding this comment

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

todo

github-merge-queue bot pushed a commit that referenced this pull request Jan 24, 2025
Refactoring extracted out of #2338
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.

1 participant