pytorch/torch/_dynamo
2025-01-31 00:47:31 +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][dicts] Support construction of types.MappingProxyType (#145994) 2025-01-31 00:47:31 +00:00
__init__.py [ca] add graph id (#141906) 2024-12-14 03:02:06 +00:00
_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 Migrate from Tuple -> tuple in torch/_dynamo (#144261) 2025-01-10 07:45:57 +00:00
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 Undo leading underscore on ctx for breakpoint (#144864) 2025-01-15 18:00:58 +00:00
config.py Dynamic shape guards in C++ (#139899) 2025-01-22 14:58:35 +00:00
convert_frame.py Revert "[dynamo] save/restore system random state more carefully (#145750)" 2025-01-28 20:51:07 +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 Output of nonzero is transposed, fix fake tensor (#144695) 2025-01-26 01:07:22 +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 Revert "[dynamo] save/restore system random state more carefully (#145750)" 2025-01-28 20:51:07 +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 guard latency (#145132) 2025-01-25 03:01:18 +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][builtin-skipfile-cleanup] Support tuple.__new__ (#145558) 2025-01-27 21:42:43 +00:00
source.py Dynamic shape guards in C++ (#139899) 2025-01-22 14:58:35 +00:00
symbolic_convert.py [dynamo] Properly branch on an unspecialized NN module (#145786) 2025-01-28 19:45:17 +00:00
tensor_version_op.py
test_case.py Migrate from Tuple -> tuple in torch/_dynamo (#144261) 2025-01-10 07:45:57 +00:00
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 [dynamo][builin-skipfiles-cleanup] Remove types (#145909) 2025-01-29 16:47:02 +00:00
types.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
utils.py Fix dynamo use of list[int] in graph break (#145554) 2025-01-30 22:21:40 +00:00