pytorch/torch/_dynamo
2023-12-12 22:41:23 +00:00
..
backends [dynamo / DDP] - lazily compile submodules - to propagate real tensor strides to backend compiler (#114154) 2023-12-06 18:50:14 +00:00
repro Prefer e.is_number over not e.free_symbols in SymPy (#112688) 2023-11-06 20:05:13 +00:00
variables [Reland][HigherOrderOp] make MapHigherOrder create map_impl (#115561) 2023-12-12 20:45:01 +00:00
__init__.py make __lookup_backend return None when cache misses (#114766) 2023-12-07 00:25:01 +00:00
_trace_wrapped_higher_order_op.py Support a simple subset of functions as backward hooks on intermediate tensors (#109537) 2023-10-11 01:35:37 +00:00
allowed_functions.py [Dynamo][6.2/N] Dump the in graph function list(~2600 ops) and add unit tests. (#114196) 2023-12-10 06:41:51 +00:00
bytecode_analysis.py [dynamo] Enable typechecking for bytecode_analysis.py (#112972) 2023-11-08 21:17:45 +00:00
bytecode_transformation.py [dynamo] Enable typechecking for bytecode_transformation.py (#112561) 2023-11-04 19:36:27 +00:00
cache_size.py Revert "[dynamo] Cache size calc for differing config (#111300)" (#115385) 2023-12-11 19:35:42 +00:00
code_context.py [dynamo] preserve some FX node metadata of GraphModules (#107067) 2023-09-15 23:29:14 +00:00
codegen.py [export] Turn off output value from sources for export. (#115442) 2023-12-12 22:41:23 +00:00
compiled_autograd.py On grad access, check if grad has changed and update stored example grad as needed (#112811) 2023-11-08 05:45:00 +00:00
comptime.py [dynamo] Enable typechecking for comptime.py (#112999) 2023-11-08 21:17:45 +00:00
config.py [Reland][Dynamo] Don't log compilation metrics for PyTorch unit tests (#115571) 2023-12-12 01:15:54 +00:00
convert_frame.py [Reland][Dynamo] Don't log compilation metrics for PyTorch unit tests (#115571) 2023-12-12 01:15:54 +00:00
current_scope_id.py [HigherOrderOp] Fall back on all new side effects in speculate_subgraph (#104077) 2023-06-28 14:20:37 +00:00
debug_utils.py Delete a bunch of type-ignores (#113990) 2023-11-18 02:48:38 +00:00
decorators.py Expand dynamic dims support for traceable subclasses (#114311) 2023-12-05 21:09:25 +00:00
device_interface.py [dynamo] Enable typechecking for device_interface.py (#112974) 2023-11-08 21:17:45 +00:00
eval_frame.py Revert "[dynamo] guarded config (#111299)" (#115386) 2023-12-11 19:35:42 +00:00
exc.py [dynamo] Enable typechecking for utils.py (#112971) 2023-11-08 21:17:45 +00:00
external_utils.py Compiled autograd (#103822) 2023-07-24 21:12:05 +00:00
funcname_cache.py [dynamo] Enable typechecking for funcname_cache.py (#112031) 2023-10-26 04:54:16 +00:00
guards.py Revert "[dynamo] guarded config (#111299)" (#115386) 2023-12-11 19:35:42 +00:00
hooks.py [dynamo] Enable typechecking for hooks.py (#112565) 2023-11-04 19:37:06 +00:00
logging.py Fix flake8 lint errors - part 2 - manual fixes (#99799) 2023-04-24 06:03:26 +00:00
mutation_guard.py [dynamo] Make {mutation_guard,symbolic_convert,side_effects}.py pass follow_imports typechecking (#113610) 2023-11-16 01:54:00 +00:00
output_graph.py [export] Turn off output value from sources for export. (#115442) 2023-12-12 22:41:23 +00:00
polyfill.py [Reland][Dynamo] Added support for math.radians on ints with dynamic shapes (#115477) 2023-12-09 08:58:18 +00:00
profiler.py Remove size asserts from fx_insert_profiling (#114830) 2023-12-04 19:08:36 +00:00
replay_record.py [dynamo] fixed record_replayer issue when TORCH_COMPILE_DEBUG=1 (#114623) 2023-11-28 02:40:07 +00:00
resume_execution.py [Dynamo] Make resume function name more explicit by adding lineno (#115608) 2023-12-12 21:08:41 +00:00
side_effects.py Remove replace_all and make VTs mutable (#113725) 2023-12-10 09:31:21 +00:00
skipfiles.py [DeviceMesh] Rename _device_mesh.py to device_mesh.py to prepare for beta (#115099) (#115193) 2023-12-08 08:44:32 +00:00
source.py Revert "Support tensors as Dict keys (#111196)" 2023-11-15 23:08:00 +00:00
symbolic_convert.py [dynamo] Fix a closure cell empty error (#115541) 2023-12-12 00:01:51 +00:00
test_case.py [Reland][Dynamo] Don't log compilation metrics for PyTorch unit tests (#115571) 2023-12-12 01:15:54 +00:00
test_minifier_common.py [BE]: ruff apply rule PLW1510 to find silent subprocess errors (#113644) 2023-11-14 20:59:40 +00:00
testing.py Revert "[dynamo] Refactor test cross importing (#113242)" 2023-11-15 01:53:07 +00:00
trace_rules.py [Dynamo] Check duplication when loading dynamo tracing rules (#115059) 2023-12-12 00:22:20 +00:00
types.py Delete a bunch of type-ignores (#113990) 2023-11-18 02:48:38 +00:00
utils.py Remove replace_all and make VTs mutable (#113725) 2023-12-10 09:31:21 +00:00