You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would need to look further into if the dangling node part of loop indexing can be removed or if there are still cases we need to make sure they are added.
Versions
N/A
The text was updated successfully, but these errors were encountered:
🐛 Describe the bug
This issue tracks the code drift related to index reference replay pass, see #1846 (comment) for the original discussion.
A notable difference observed is that all concrete indexing replay results are now free of dangling nodes:
https://github.com/csarofeen/pytorch/blob/devel/torch/csrc/jit/codegen/cuda/lower_index_compute.cpp#L782-L786
Would need to look further into if the dangling node part of loop indexing can be removed or if there are still cases we need to make sure they are added.
Versions
N/A
The text was updated successfully, but these errors were encountered: