pytorch/torch/_dynamo/variables
PyTorch MergeBot 5d259425fc Revert "[inductor] fix crash issue when input is a view tensor (#90150)"
This reverts commit b11ec270ba.

Reverted https://github.com/pytorch/pytorch/pull/90150 on behalf of https://github.com/clee2000 due to failing test_inplace_unsqueeze3 (__main__.CPUReproTests) https://github.com/pytorch/pytorch/actions/runs/4074618739/jobs/7020199369 b11ec270ba, marking as landrace cuz all jobs are green on pr
2023-02-02 17:06:34 +00:00
..
__init__.py Properly guard all numpy usage within dynamo and remove UnspecializedNumpyVariable (#90795) 2023-01-06 22:36:38 +00:00
base.py Cache guards once per variable tracker, rather than re-propagating them repeatedly (#89827) 2022-12-02 01:45:05 +00:00
builder.py Revert "[inductor] fix crash issue when input is a view tensor (#90150)" 2023-02-02 17:06:34 +00:00
builtin.py [Dynamo] Supports if condition on user defined object (#90892) 2023-01-26 04:19:32 +00:00
constant.py [dynamo] getattr for EnumVariables (#93397) 2023-02-01 16:29:39 +00:00
dicts.py [Dynamo] Support context wrapping(e.g, torch.no_grad) on nested functions w/o closure (#92922) 2023-01-26 04:23:35 +00:00
functions.py Check for none for NNModuleVariable.__module__ (#93326) 2023-02-02 09:41:41 +00:00
lists.py [dynamo] Support dynamic slicing (#91341) 2023-01-10 21:23:55 +00:00
misc.py Delete dynamo_import and inductor_import (#93851) 2023-02-02 01:51:29 +00:00
nn_module.py [Dynamo] Fix bug if module calls module with static forward function (#93299) 2023-01-31 06:16:33 +00:00
tensor.py [dynamo] Handle general tensor attributes with a getattr proxy node (#91840) 2023-02-01 22:34:03 +00:00
torch.py [SDPA] Wire up FlashAttention's backward (#92917) 2023-02-02 04:02:30 +00:00
user_defined.py [Dynamo] UserDefinedClassVariable supports python type (#93310) 2023-01-31 17:41:51 +00:00