Add topological sort to nomnigraph#12790
Closed
biran0079 wants to merge 1 commit intopytorch:masterfrom
Closed
Conversation
48503ff to
481ad48
Compare
481ad48 to
2401e64
Compare
2401e64 to
87e6138
Compare
87e6138 to
b7e9109
Compare
b7e9109 to
2e7f884
Compare
2e7f884 to
2614f0d
Compare
2614f0d to
a1667c8
Compare
a1667c8 to
bceae7d
Compare
bceae7d to
163916b
Compare
163916b to
589b9f0
Compare
589b9f0 to
f90d182
Compare
Summary: Pull Request resolved: pytorch#12790 Add DFS based topological sort to nomnigraph. Reviewed By: duc0 Differential Revision: D10434645 fbshipit-source-id: 1904aed7c1bcc0b31a651213616d8ee7cce3f759
f90d182 to
639ef7b
Compare
laurentdupin
pushed a commit
to laurentdupin/pytorch
that referenced
this pull request
Apr 24, 2026
Summary: Pull Request resolved: pytorch#12790 Add DFS based topological sort to nomnigraph. Reviewed By: duc0 Differential Revision: D10434645 fbshipit-source-id: aaf106b0cc37806b8ae61f065c1592a29993eb40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary: Add DFS based topological sort to nomnigraph.
Differential Revision: D10434645