pytorch/torch/_dynamo
Animesh Jain 0da07a6d1d [dynamo][skip-function] Add missing unimplemented line (#146322)
This is a missing line from the merged PR in the stack below. Lets try to get this in quickly.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/146322
Approved by: https://github.com/StrongerXi, https://github.com/jansel, https://github.com/mlazos
2025-02-03 22:11:55 +00:00
..
backends [PyTorch] Add backend aot_eager_decomp_partition_with_mode (#143250) 2025-01-22 23:20:59 +00:00
polyfills [dynamo][polyfills]Support getrecursionlimit (#145989) 2025-01-31 00:47:31 +00:00
repro Add accuracy issue support in AOTI Minifier (#145539) 2025-01-24 23:07:19 +00:00
variables [dynamo][skip-function] Add missing unimplemented line (#146322) 2025-02-03 22:11:55 +00:00
__init__.py
_trace_wrapped_higher_order_op.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
bytecode_analysis.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
bytecode_transformation.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
cache_size.py
callback.py add pt2 callbacks for backward pass and prevent duplicate callbacks (#145732) 2025-01-28 03:50:02 +00:00
code_context.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
codegen.py Fix dynamo use of list[int] in graph break (#145554) 2025-01-30 22:21:40 +00:00
compiled_autograd.py functional compiled autograd (#144707) 2025-01-27 05:20:56 +00:00
comptime.py
config.py Turn on fx graph cache and automatic dynamic pgo local caches in fbcode (#146065) 2025-01-31 01:11:48 +00:00
convert_frame.py [dynamo] log recompile reason to dynamo_compile (#146117) 2025-02-03 21:04:04 +00:00
create_parameter_op.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
current_scope_id.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
debug_utils.py Add "//caffe2:libtorch" to minifier TARGET file (#146203) 2025-02-01 05:37:23 +00:00
decorators.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
device_interface.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
distributed.py
eval_frame.py [dynamo] disable eval_frame callback in _TorchDynamoContext __enter__/__exit__ (#145981) 2025-01-31 20:40:59 +00:00
exc.py [dynamo] raise IndexError when inserting into a full deque (#139379) 2025-01-25 18:04:49 +00:00
external_utils.py functional compiled autograd (#144707) 2025-01-27 05:20:56 +00:00
funcname_cache.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
graph_deduplication.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
graph_region_tracker.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
guards.py [dynamo] log recompile reason to dynamo_compile (#146117) 2025-02-03 21:04:04 +00:00
hooks.py
logging.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
metrics_context.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
mutation_guard.py [dynamo][dicts] Consolidate dict(..) construction (#144342) 2025-01-20 04:42:06 +00:00
output_graph.py Turn on mypy for _dynamo/variables/builtin.py (#145552) 2025-01-30 22:21:32 +00:00
pgo.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
profiler.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
replay_record.py Turn on mypy for _dynamo/variables/builtin.py (#145552) 2025-01-30 22:21:32 +00:00
resume_execution.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
side_effects.py [dynamo][enum] Trace through enum.py for enum construction (#146070) 2025-02-02 03:12:36 +00:00
source.py [dynamo][functions] Improve getattr on functions (#146075) 2025-02-03 02:01:57 +00:00
symbolic_convert.py [dynamo][exceptions][3.10] Clean symbolic stack on exception handling (#146198) 2025-02-01 02:51:44 +00:00
tensor_version_op.py
test_case.py
test_minifier_common.py Add accuracy issue support in AOTI Minifier (#145539) 2025-01-24 23:07:19 +00:00
testing.py [dynamo] Log guard latency (#145132) 2025-01-25 03:01:18 +00:00
trace_rules.py [CPUInductor] Fix SVE256 detection (#146207) 2025-02-01 18:51:34 +00:00
types.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
utils.py [dynamo] log recompile reason to dynamo_compile (#146117) 2025-02-03 21:04:04 +00:00