pytorch/torch/_dynamo/variables
PyTorch MergeBot 4e47ea5131 Revert "Break graph on manual_seed. (#107594)"
This reverts commit 6c28de2437.

Reverted https://github.com/pytorch/pytorch/pull/107594 on behalf of https://github.com/huydhn due to Sorry for reverting your change, but it seems to cause failures in trunk on inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCUDA::test_comprehensive_uniform_cuda_float, likely a landrace ([comment](https://github.com/pytorch/pytorch/pull/107594#issuecomment-1697783965))
2023-08-29 16:38:01 +00:00
..
__init__.py dynamo: support disable_saved_tensors_hooks (#104869) 2023-07-26 07:27:37 +00:00
base.py [HigherOrderOp] Fall back on all new side effects in speculate_subgraph (#104077) 2023-06-28 14:20:37 +00:00
builder.py [Dynamo x FSDP] Add support for params, buffers, submodules on FSDPManagedNNModuleVariable (#107923) 2023-08-29 08:54:13 +00:00
builtin.py [dynamo] Fix setattr nn.Module with new attribute (#108098) 2023-08-29 02:58:48 +00:00
constant.py NumPy support in torch.compile (#106211) 2023-08-11 00:39:32 +00:00
ctx_manager.py [dynamo] Store originating source in the Guard object (#107634) 2023-08-22 02:16:31 +00:00
dicts.py Serialize pytree to json string (#106116) 2023-08-27 14:34:49 +00:00
distributed.py Grab bag of DTensor enablement stuff (Enable whole graph capture for DTensor) (#105787) 2023-07-30 00:17:45 +00:00
functions.py [dynamo] resolve InlinedClosureVariable in InstructionTranslator stack (#106491) 2023-08-03 16:45:42 +00:00
higher_order_ops.py Automatically turn on dynamo in cond (#108028) 2023-08-28 10:16:41 +00:00
lists.py [dynamo]bugfix:implement numel() for SizeVariable (#107944) 2023-08-28 17:54:57 +00:00
misc.py Torchrec Enablement Fixes - Re-PR 107910 (#108018) 2023-08-28 19:47:53 +00:00
nn_module.py [Dynamo x FSDP] Add support for params, buffers, submodules on FSDPManagedNNModuleVariable (#107923) 2023-08-29 08:54:13 +00:00
optimizer.py Enable more e2e foreach optimizer compilation tests (#105438) 2023-07-20 02:41:19 +00:00
tensor.py Add a flag that allows breaking on NumPy ops (#107687) 2023-08-23 01:21:22 +00:00
torch.py Revert "Break graph on manual_seed. (#107594)" 2023-08-29 16:38:01 +00:00
user_defined.py Torchrec Enablement Fixes - Re-PR 107910 (#108018) 2023-08-28 19:47:53 +00:00