We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PerfConfig
Our PerfConfig can better represent the parallelizations that we have:
MultiFrame
Therefore, our PerfConfig would better capture what actually happens with more meaningful attributes. For example:
struct PerfConfig { slots: Flow, frames: Flow, witgen_vs_folding: Flow, }
Then, our canned configs would be:
FullySequential
ParallelSlots
ParallelFrames
ParallelWitGenVsFolding
FullyParallel
The text was updated successfully, but these errors were encountered:
Sounds great, please ping me for review on the eventual PR so I can check it integrates with the user config and env vars
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Our
PerfConfig
can better represent the parallelizations that we have:MultiFrame
Therefore, our
PerfConfig
would better capture what actually happens with more meaningful attributes. For example:Then, our canned configs would be:
FullySequential
ParallelSlots
ParallelFrames
ParallelWitGenVsFolding
FullyParallel
The text was updated successfully, but these errors were encountered: