ambroise-arm opened a new pull request #7704:
URL: https://github.com/apache/tvm/pull/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.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]