pytorch/torch/_dynamo/variables
Jason Ansel 73235d08c3 [dynamo] Graph break on pack_padded_sequence (#108096)
This is to workaround #93501.

Fixes errors in:
```
./benchmarks/dynamo/torchbench.py --inference --performance --no-skip --inductor --freezing --only tacotron2
```

Pull Request resolved: https://github.com/pytorch/pytorch/pull/108096
Approved by: https://github.com/davidberard98
2023-08-29 00:08:11 +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 Fix torch.compile FunctionalTensor inputs for higherOrderOps (#107604) 2023-08-23 02:42:18 +00:00
builtin.py [dynamo] bugfix - make module setattr more restrictive (#107828) 2023-08-24 16:00:29 +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 Grab bag of DTensor enablement stuff (Enable whole graph capture for DTensor) (#105787) 2023-07-30 00:17:45 +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 [dynamo] Graph break on pack_padded_sequence (#108096) 2023-08-29 00:08:11 +00:00
user_defined.py Torchrec Enablement Fixes - Re-PR 107910 (#108018) 2023-08-28 19:47:53 +00:00