pytorch/torch/_dynamo
PyTorch MergeBot 194d9aa0f2 Revert "[Dynamo] Match closures by code ID (#109427)"
This reverts commit 3de0857503.

Reverted https://github.com/pytorch/pytorch/pull/109427 on behalf of https://github.com/voznesenskym due to Fails test `PYTORCH_TEST_WITH_DYNAMO=1 python test_ops.py -k test_out_warning__refs_cat_cpu ([comment](https://github.com/pytorch/pytorch/pull/109427#issuecomment-1736101561))
2023-09-26 18:54:36 +00:00
..
backends [ONNX] switch from onnxscript-preview to onnxscript (#109139) 2023-09-18 22:24:47 +00:00
repro Enable typechecking for _inductor/debug.py (#109335) 2023-09-18 18:12:23 +00:00
variables Revert "[Dynamo] Match closures by code ID (#109427)" 2023-09-26 18:54:36 +00:00
__init__.py [dynamo] preserve some FX node metadata of GraphModules (#107067) 2023-09-15 23:29:14 +00:00
allowed_functions.py Trace through pytree API with dynamo. (#108533) 2023-09-20 00:04:56 +00:00
bytecode_analysis.py consider CALL_FINALLY non-jumping in stacksize_analysis (#103621) 2023-06-29 20:23:20 +00:00
bytecode_transformation.py [dynamo] fine-grained bytecode-source attribution in python 3.11 (#104676) 2023-07-20 17:18:52 +00:00
cache_size.py [reland][Dynamo] cache_size policy #107496 (#108069) 2023-08-28 22:06:54 +00:00
code_context.py [dynamo] preserve some FX node metadata of GraphModules (#107067) 2023-09-15 23:29:14 +00:00
codegen.py [dynamo] Graph break on rng get/set state - remove GeneratorStateSource (#109410) 2023-09-22 22:31:55 +00:00
compiled_autograd.py [Easy] log graphs in compiled_autograd if TORCH_LOGS=compiled_autograd (#108991) 2023-09-12 00:15:02 +00:00
comptime.py Pretty dataclass dynamo explain (#102869) 2023-06-07 22:38:57 +00:00
config_utils.py [dynamo][inductor] Provide public API to get compiler options/configs (#105026) 2023-07-18 06:12:06 +00:00
config.py [dynamo][nn_module_guards] Config flag to disable nn_module_guards (#110039) 2023-09-26 06:35:23 +00:00
convert_frame.py Bisect FX node asserts on ValidationException. (#107493) 2023-09-15 15:18:12 +00:00
current_scope_id.py [HigherOrderOp] Fall back on all new side effects in speculate_subgraph (#104077) 2023-06-28 14:20:37 +00:00
debug_utils.py [BE] Enable ruff's UP rules and autoformat dynamo / functorch and refs (#105432) 2023-07-19 13:48:44 +00:00
decorators.py [dynamo][fallback] Fallback to eager when backend fails with fake tensor exceptions (#107179) 2023-08-16 14:57:42 +00:00
device_interface.py [Inductor] Generalize inductor triton backend device agnostic (#109486) 2023-09-24 07:49:20 +00:00
eval_frame.py New export API with dynamic shape specifications instead of constraints (#108448) 2023-09-22 06:58:26 +00:00
exc.py Revert "Re-land: Break graph on manual_seed. (#108647)" 2023-09-08 21:18:00 +00:00
external_utils.py Compiled autograd (#103822) 2023-07-24 21:12:05 +00:00
guards.py Revert "[Dynamo] Match closures by code ID (#109427)" 2023-09-26 18:54:36 +00:00
hooks.py
logging.py
mutation_guard.py [dynamo] Treat monkey patched .forward as dynamic (#107104) 2023-08-26 01:41:29 +00:00
output_graph.py [Easy] Remove hook warning where source is always guaranteed (#109898) 2023-09-25 14:36:28 +00:00
profiler.py Don't test dynamic_shapes in profiler (#103516) 2023-06-13 17:47:25 +00:00
replay_record.py Fix TORCH_COMPILE_DEBUG incompatibility with aot inductor (#106169) 2023-07-28 17:17:58 +00:00
resume_execution.py [dynamo] fine-grained bytecode-source attribution in python 3.11 (#104676) 2023-07-20 17:18:52 +00:00
side_effects.py Support register_hook on input tensors (#108903) 2023-09-14 01:52:21 +00:00
skipfiles.py [Quant] Add DQ duplication pass (#107900) 2023-09-02 06:20:03 +00:00
source.py [dynamo] Graph break on rng get/set state - remove GeneratorStateSource (#109410) 2023-09-22 22:31:55 +00:00
symbolic_convert.py Better invariants - always route list/tuple to their requisite VTs instead of ConstantVariable (#109869) 2023-09-24 08:52:42 +00:00
test_case.py
test_minifier_common.py [BE] Enable ruff's UP rules and autoformat dynamo / functorch and refs (#105432) 2023-07-19 13:48:44 +00:00
testing.py Revert "[inductor] fix a max-autotune rng state related bug (#109828)" 2023-09-23 22:35:37 +00:00
types.py
utils.py [dynamo] Graph break on rng get/set state - remove GeneratorStateSource (#109410) 2023-09-22 22:31:55 +00:00