pytorch/torch/_dynamo
2024-12-24 02:00:18 +00:00
..
backends Remove unused Python variables in torch/[_-a]* (#133492) 2024-12-12 17:39:14 +00:00
polyfills [dynamo][pytree][3/N] make CXX pytree traceable: tree_map / tree_map_ (#137399) 2024-12-12 18:05:25 +00:00
repro Remove unused Python variables in torch/[_-a]* (#133492) 2024-12-12 17:39:14 +00:00
variables [dynamo] Remove dead code after introducing UserDefinedDictVariable (#143699) 2024-12-24 02:00:18 +00:00
__init__.py [ca] add graph id (#141906) 2024-12-14 03:02:06 +00:00
_trace_wrapped_higher_order_op.py
bytecode_analysis.py [dynamo, 3.13] add JUMP_BACKWARD_NO_INTERRUPT to terminal opcodes (#141859) 2024-12-05 00:33:26 +00:00
bytecode_transformation.py dynamo tracing perf: bytecode_transform improvements: 34.86 -> 33.9 (#143068) 2024-12-20 20:06:42 +00:00
cache_size.py Rename cache limit to recompile limit in configs (#143709) 2024-12-22 10:03:57 +00:00
callback.py
code_context.py
codegen.py Add support for contextmanager in Dynamo (#136033) 2024-12-20 12:02:20 +00:00
compiled_autograd.py [compiled autograd] log compilation time to perfetto (#140964) 2024-12-21 04:23:25 +00:00
comptime.py Remove unused Python variables in torch/[_-a]* (#133492) 2024-12-12 17:39:14 +00:00
config.py Rename cache limit to recompile limit in configs (#143709) 2024-12-22 10:03:57 +00:00
convert_frame.py Rename cache limit to recompile limit in configs (#143709) 2024-12-22 10:03:57 +00:00
create_parameter_op.py
current_scope_id.py
debug_utils.py Remove unused Python variables in torch/[_-a]* (#133492) 2024-12-12 17:39:14 +00:00
decorators.py [Dynamo] only import einops if version is lower than 0.7.0 (#142847) 2024-12-20 07:46:49 +00:00
device_interface.py [inductor] Refactor some DeviceProperties usage (#142033) 2024-12-07 17:48:45 +00:00
distributed.py
eval_frame.py [aot] refactor dynamo source and cudagraphs static idx logic (#141748) 2024-12-21 01:20:53 +00:00
exc.py Add support for contextmanager in Dynamo (#136033) 2024-12-20 12:02:20 +00:00
external_utils.py Deprecate torch._utils.is_compiling() (#127690) 2024-12-08 22:55:36 +00:00
funcname_cache.py
graph_deduplication.py [Dynamo] check node class first for graph dedup (#143609) 2024-12-20 04:09:46 +00:00
graph_region_tracker.py [Dynamo] topologically sort duplicated graph regions (#143523) 2024-12-19 00:43:48 +00:00
guards.py [dynamo] Remove dead code after introducing UserDefinedDictVariable (#143699) 2024-12-24 02:00:18 +00:00
hooks.py
logging.py
metrics_context.py add some logging for tensorify (#143391) 2024-12-19 20:06:26 +00:00
mutation_guard.py
output_graph.py [aot] refactor dynamo source and cudagraphs static idx logic (#141748) 2024-12-21 01:20:53 +00:00
pgo.py pgo: Log feature use (#142819) 2024-12-20 20:22:20 +00:00
profiler.py
replay_record.py
resume_execution.py [dynamo] implement framelocals mapping as c++ object (#140063) 2024-12-17 18:54:27 +00:00
side_effects.py [dynamo] Remove dead code after introducing UserDefinedDictVariable (#143699) 2024-12-24 02:00:18 +00:00
source.py [dynamo] Remove dead code after introducing UserDefinedDictVariable (#143699) 2024-12-24 02:00:18 +00:00
symbolic_convert.py dynamo tracing perf: import_module: 59.92 -> 52.9 (#143057) 2024-12-22 06:38:38 +00:00
tensor_version_op.py
test_case.py
test_minifier_common.py Remove unused Python variables in torch/[_-a]* (#133492) 2024-12-12 17:39:14 +00:00
testing.py [ca] add compiled autograd to CompileId (#141907) 2024-12-21 00:41:24 +00:00
trace_rules.py [ARM][feat]: Add 4 bit dynamic quantization matmuls & KleidiAI Backend (#134124) 2024-12-20 19:32:03 +00:00
types.py
utils.py [dynamo] Remove DICT_SUBCLASS_GUARD_MANAGER and use dict.keys (#143722) 2024-12-24 02:00:18 +00:00