pytorch/torch/_dynamo
2024-09-24 02:36:57 +00:00
..
backends [Dynamo] Use custom backend to reenter metadata tf mode when tracing while/cond (#134732) 2024-09-14 18:52:22 +00:00
polyfills [dynamo] simplify implementation for builtins.sum (#133779) 2024-09-16 04:53:06 +00:00
repro [BE]: Update mypy to 1.11.2 (#133816) 2024-09-16 19:44:11 +00:00
variables Remove vt argument in raise_observed_exception (#136037) 2024-09-24 02:36:57 +00:00
__init__.py Revert "[dynamo] Cache _dynamo.disable results (#134272)" 2024-08-28 21:51:43 +00:00
_trace_wrapped_higher_order_op.py [hop] require hops to override __call__. (#134352) 2024-08-28 19:56:40 +00:00
bytecode_analysis.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
bytecode_transformation.py [3.13, dynamo] decompose fused load/store instructions (#130569) 2024-07-22 18:07:40 +00:00
cache_size.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
callback.py Flip default value for mypy disallow_untyped_defs [1/11] (#127838) 2024-06-08 18:16:33 +00:00
code_context.py Add None return type to init (#132335) 2024-08-01 15:26:45 +00:00
codegen.py Correctly convert Python float to float64 when passing argument as Tensor (#136413) 2024-09-23 16:48:08 +00:00
compiled_autograd.py Revert "fix compiled_autograd deadlock throw (#135795)" 2024-09-16 23:59:56 +00:00
comptime.py Improve print stack/locals printing in comptime (#133651) 2024-08-27 01:29:50 +00:00
config.py [dynamo] recursively skip frames when Dynamo cache limit is hit (#135144) 2024-09-06 21:38:53 +00:00
convert_frame.py Add _dynamo.config.suppress_errors logging (#136379) 2024-09-21 21:00:26 +00:00
create_parameter_op.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
current_scope_id.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
debug_utils.py [debug] Add helper to run cProfile on a function (#135084) 2024-09-05 23:41:30 +00:00
decorators.py [dynamo] simplify implementation for functools.reduce (#133778) 2024-09-16 04:53:06 +00:00
device_interface.py Revert "Add Triton CPU as an Inductor backend (#133408)" 2024-09-16 18:33:33 +00:00
distributed.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
eval_frame.py dynamo: Only log if we've disabled eval_frame once. (#134529) 2024-08-30 00:35:25 +00:00
exc.py Remove vt argument in raise_observed_exception (#136037) 2024-09-24 02:36:57 +00:00
external_utils.py [compiled autograd] match eager behavior for ctx.saved_variables (#134286) 2024-08-24 12:06:36 +00:00
funcname_cache.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
guards.py Correctly convert Python float to float64 when passing argument as Tensor (#136413) 2024-09-23 16:48:08 +00:00
hooks.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
logging.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
mutation_guard.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
output_graph.py [Traceable FSDP2] Ignore FSDP2 forward hook side-effects in AC; Support FSDP2 + AC (#134997) 2024-09-15 02:00:17 +00:00
profiler.py Add basic mypy annotations to dynamo (#132415) 2024-08-04 18:43:36 +00:00
replay_record.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
resume_execution.py [BE]: Update mypy to 1.11.2 (#133816) 2024-09-16 19:44:11 +00:00
side_effects.py Optimize dict reconstruct to not codegen untouched values (#134876) 2024-09-23 21:45:44 +00:00
source.py [BE]: Update mypy to 1.11.2 (#133816) 2024-09-16 19:44:11 +00:00
symbolic_convert.py [BE]: Update mypy to 1.11.2 (#133816) 2024-09-16 19:44:11 +00:00
tensor_version_op.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
test_case.py [BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
test_minifier_common.py [inductor] fix _maybe_subprocess_run not support Windows path (#134365) 2024-08-26 17:48:11 +00:00
testing.py [Dynamo] Trace enter/exit of TorchFunctionModes (#135422) 2024-09-14 18:52:22 +00:00
trace_rules.py [dynamo] simplify implementation for functools.reduce (#133778) 2024-09-16 04:53:06 +00:00
types.py Populate submodules of torch._C to sys.modules recursively (#132216) 2024-08-08 10:20:25 +00:00
utils.py Add _dynamo.config.suppress_errors logging (#136379) 2024-09-21 21:00:26 +00:00