Skip to content

Generate unique names for SliceSplit fusion. #24217

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

Merged
merged 1 commit into from
Mar 27, 2025

Conversation

yuslepukhin
Copy link
Member

Description

Generate unique name for fused Split nodes.

Motivation and Context

The bug is manifested when the model features more than one Slice to Split fusion patterns and the nodes of the graph are nameless.

This addresses #24203.

@yuslepukhin yuslepukhin merged commit 64b0d07 into main Mar 27, 2025
89 of 91 checks passed
@yuslepukhin yuslepukhin deleted the yuslepukhin/gh_issue_24203 branch March 27, 2025 22:05
quic-zhaoxul pushed a commit to CodeLinaro/onnxruntime that referenced this pull request Apr 17, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
### Description
Generate unique name for fused Split nodes.

### Motivation and Context
The bug is manifested when the model features more than one Slice to
Split fusion patterns and the nodes of the graph are nameless.

This addresses microsoft#24203.
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.

Error: two nodes with same node name (/GatherSliceToSplitFusion/)
2 participants