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

ZIR-294: [WIP] Add wide join and join+lift programs #126

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

Conversation

nategraf
Copy link
Contributor

Related to risc0/risc0#2657, this PR adds recursion program implementations for wide join and (wide) lift+join programs.

As of yet, I have not been able to get code generation to complete. The current implementations has a total of 189 programs, due to generating the cross-product of join widths and a range of po2s which, was fixed at the value 18 before. Nils, did some work to parallelize the compilation process, which is included in this branch. That has not yet resolved the issue.

nategraf and others added 9 commits December 11, 2024 15:58
@github-actions github-actions bot changed the title [WIP] Add wide join and join+lift programs ZIR-294: [WIP] Add wide join and join+lift programs Dec 16, 2024
shkoo and others added 5 commits December 17, 2024 11:35
* Move sortForReproducibility to a MLIR pass to allow for parallelism
* Decrease memory usage when deterministically sorting EDSL operations by only caching property info when needed
* Clean up compile warnings in TypeUtils.h
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