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

feat: parallel recursion tracegen #1095

Merged
merged 10 commits into from
Jul 12, 2024
Merged

feat: parallel recursion tracegen #1095

merged 10 commits into from
Jul 12, 2024

Conversation

ctian1
Copy link
Member

@ctian1 ctian1 commented Jul 12, 2024

  • parallel recursion tracegen
  • also fix deferred bug in compress program

@@ -186,3 +193,24 @@ pub fn log2_strict_usize(n: usize) -> usize {
assert_eq!(n.wrapping_shr(res), 1, "Not a power of two: {n}");
res as usize
}

pub fn par_for_each_row<P, F>(vec: &mut [F], num_cols: usize, processor: P)
Copy link
Contributor

Choose a reason for hiding this comment

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

OO nice.

@ctian1 ctian1 merged commit f11e51a into dev Jul 12, 2024
5 of 6 checks passed
@ctian1 ctian1 deleted the chris/recursion-tracegen branch July 12, 2024 22:58
0xWOLAND pushed a commit that referenced this pull request Jul 18, 2024
0xWOLAND added a commit that referenced this pull request Jul 18, 2024
0xWOLAND added a commit that referenced this pull request Aug 2, 2024
0xWOLAND pushed a commit that referenced this pull request Aug 3, 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.

2 participants