forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cond] add a set_ and data mutation expected failure test (pytorch#12…
…8457) A follow up of the discussion in pytorch#126936. Cond errors out early because of a graph break triggered by DelayGraphBreakVariable, which is created due to `aten.set_` [here](https://github.com/pytorch/pytorch/blob/main/torch/_dynamo/variables/tensor.py#L366-L376). We might need to see what happened to this test if we allow graph break in higher order op. Pull Request resolved: pytorch#128457 Approved by: https://github.com/zou3519
- Loading branch information
1 parent
c472cec
commit c1cd946
Showing
1 changed file
with
68 additions
and
0 deletions.
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