forked from apache/tvm
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix graph_tuner ancestor duplication (apache#7704)
A diamond dependency currently generates a duplication of ancestors: A / \ B C \ / D under some conditions, this scenario leads to the following dictionnary entry: "D":[A, A] instead of "D":[A]. This results in failures when subsequently trying to transpose node states based on this data. Change-Id: I72f9b19286bbab0581b851c228b9d0e79ead400f
- Loading branch information
1 parent
e4b3e90
commit 43ec869
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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