pytorch/torch/_dynamo
2024-12-02 16:05:14 +00:00
..
backends Restart dynamo analysis when we fail to tensorify away all symfloat inputs (#140346) 2024-11-20 21:20:41 +00:00
polyfills Revert "[dynamo][pytree][1/N] make CXX pytree traceable: tree_iter / tree_leaves (#137397)" 2024-12-02 16:05:14 +00:00
repro Introduce CompiledAOTI (#141695) 2024-11-30 00:05:41 +00:00
variables automatic dynamic unspecialize float (#141647) 2024-11-29 22:36:53 +00:00
__init__.py Restart dynamo analysis when we fail to tensorify away all symfloat inputs (#140346) 2024-11-20 21:20:41 +00:00
_trace_wrapped_higher_order_op.py [FlexAttention] Rename zeros_and_scatter library (#141185) 2024-11-21 21:35:48 +00:00
bytecode_analysis.py
bytecode_transformation.py [dynamo] Fix VariableBuilder._wrap on frozenset and enforce invariants on ConstantVariable (#141504) 2024-11-27 21:58:35 +00:00
cache_size.py [dynamo] Add a DynamoFrameType type above Python frame object (#140330) 2024-11-15 17:17:30 +00:00
callback.py [PT2] Fix callbacks to account for entire execution in compilation (#141323) 2024-11-24 22:31:04 +00:00
code_context.py
codegen.py [dynamo] Fix VariableBuilder._wrap on frozenset and enforce invariants on ConstantVariable (#141504) 2024-11-27 21:58:35 +00:00
compiled_autograd.py [ca] dead code elimination for compile time (#141289) 2024-11-22 19:26:27 +00:00
comptime.py [dynamo] Remove closure_cells and merge/remove code paths (#140154) 2024-11-15 17:17:30 +00:00
config.py automatic dynamic unspecialize float (#141647) 2024-11-29 22:36:53 +00:00
convert_frame.py [logging] Move population of common MetricsContext fields to record_compilation_metrics (#141291) 2024-11-25 13:18:40 +00:00
create_parameter_op.py [Donated Buffer] support metadata mutation ops (#141308) 2024-11-26 17:06:46 +00:00
current_scope_id.py
debug_utils.py
decorators.py [dynamo] skip_guard_eval_unsafe stance for power users (#140251) 2024-11-21 06:28:58 +00:00
device_interface.py
distributed.py
eval_frame.py [ca] expose option to collect sizes as dynamic (#141153) 2024-11-22 19:26:27 +00:00
exc.py Restart dynamo analysis when we fail to tensorify away all symfloat inputs (#140346) 2024-11-20 21:20:41 +00:00
external_utils.py
funcname_cache.py
guards.py Revert "[dynamo][pytree][1/N] make CXX pytree traceable: tree_iter / tree_leaves (#137397)" 2024-12-02 16:05:14 +00:00
hooks.py
logging.py
metrics_context.py [logging] Move population of common MetricsContext fields to record_compilation_metrics (#141291) 2024-11-25 13:18:40 +00:00
mutation_guard.py
output_graph.py [dynamo] Fix VariableBuilder._wrap on frozenset and enforce invariants on ConstantVariable (#141504) 2024-11-27 21:58:35 +00:00
pgo.py
profiler.py
replay_record.py [dynamo] Identify pre-existing captured cells by cell id rather than content id (#140436) 2024-11-15 17:17:30 +00:00
resume_execution.py [dynamo] Fix VariableBuilder._wrap on frozenset and enforce invariants on ConstantVariable (#141504) 2024-11-27 21:58:35 +00:00
side_effects.py [dynamo] Represent all cells as NewCellVariable (#140153) 2024-11-15 17:17:30 +00:00
source.py [dynamo] Fix VariableBuilder._wrap on frozenset and enforce invariants on ConstantVariable (#141504) 2024-11-27 21:58:35 +00:00
symbolic_convert.py Revert #141066 and #141494 (#141721) 2024-11-28 20:18:19 +00:00
tensor_version_op.py
test_case.py
test_minifier_common.py
testing.py [BE]: Apply PERF401 autofixes from ruff (#140980) 2024-11-20 17:52:07 +00:00
trace_rules.py Revert "[dynamo][pytree][1/N] make CXX pytree traceable: tree_iter / tree_leaves (#137397)" 2024-12-02 16:05:14 +00:00
types.py [dynamo] Add a DynamoFrameType type above Python frame object (#140330) 2024-11-15 17:17:30 +00:00
utils.py [dynamo] Fix VariableBuilder._wrap on frozenset and enforce invariants on ConstantVariable (#141504) 2024-11-27 21:58:35 +00:00