Skip to content

Conversation

@qwang98
Copy link
Collaborator

@qwang98 qwang98 commented Jun 26, 2025

Creating this for diff comparison and discussion of the features.

Comment on lines +348 to +349
let metrics = compiled_program.powdr_airs_metrics();
println!("Created {} apcs out of max {}, total powdr column count {}", metrics.len(), args.apc, metrics.iter().map(|m| m.width).sum::<usize>());
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

powdr_airs_metrics() only counts the APC columns, not the non APC columns, but it's perplexing because in customize_exe.rs we also only cutoff by the APC columns, so it should match the input 60k max column.

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.

3 participants