-
Notifications
You must be signed in to change notification settings - Fork 26
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] support custom segmentation #1254
Conversation
This comment has been minimized.
This comment has been minimized.
fn should_segment( | ||
&self, | ||
air_names: &[String], | ||
trace_heights: &[usize], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we just pass in all of chip_complex
? that seems more flexible - but maybe there's an issue with VC
generic?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yea I don't know if possible to do generic in that trait to work with the Arc<dyn>
#1245 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except some comments. Much cleaner than the other PR!
Commit: 89f876e |
redo #1245
fix INT-3005