Skip to content

Conversation

@gabriel-barrett
Copy link
Contributor

No description provided.

@gabriel-barrett gabriel-barrett force-pushed the reduction-count branch 6 times, most recently from 99e53fc to 6a16b1b Compare August 31, 2024 13:44
@gabriel-barrett gabriel-barrett marked this pull request as ready for review August 31, 2024 13:47
fn name(&self) -> String {
match self {
Self::Func(func_chip) => format!("Func[{}]", func_chip.func.name),
Self::Func { func_chip, .. } => format!("Func[{}]", func_chip.func.name),
Copy link
Contributor

Choose a reason for hiding this comment

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

I’m not sure if this is checked by the current verifier, but I think there might be a risk of collision if we include the same chip multiple times.

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