pytorch/torch/_dynamo
2022-12-12 09:15:42 +00:00
..
optimizations Add logging for aot autograd and unified debug flag (#88987) 2022-12-09 17:28:10 +00:00
variables [Dynamo] Support access nn.Module keys (#90502) 2022-12-12 09:15:42 +00:00
__init__.py [dynamo] Add is_compiling for dynamo (#90329) 2022-12-09 20:19:41 +00:00
allowed_functions.py [dynamo] Add is_compiling for dynamo (#90329) 2022-12-09 20:19:41 +00:00
bytecode_analysis.py Fix line numbers bug (#87247) 2022-10-19 22:44:01 +00:00
bytecode_transformation.py Fix line numbers bug (#87247) 2022-10-19 22:44:01 +00:00
codegen.py [dynamo] Port all pytorch/dynamo and test/dynamo pieces over from symbolic-shapes branch (#88768) 2022-11-13 04:50:21 +00:00
config.py [dynamo] Add is_compiling for dynamo (#90329) 2022-12-09 20:19:41 +00:00
convert_frame.py Improve dynamo debug logging (#90664) 2022-12-12 02:35:23 +00:00
debug_utils.py [dynamo] Get GPU names without calling nvidia-smi (#90474) 2022-12-12 05:31:50 +00:00
eval_frame.py Add hooks structure for passing around user provided hooks, add a new guard_failure_fn (#90371) 2022-12-07 17:51:53 +00:00
exc.py Fix all references to torchdynamo from the merge (#87731) 2022-10-31 06:51:07 +00:00
external_utils.py [dynamo] Add is_compiling for dynamo (#90329) 2022-12-09 20:19:41 +00:00
guards.py Preserve original GraphArgs for shape guard codegen (#90665) 2022-12-12 02:35:23 +00:00
hooks.py Add missing mypy-nofollow.ini (#90179) 2022-12-08 01:05:12 +00:00
logging.py Add logging for aot autograd and unified debug flag (#88987) 2022-12-09 17:28:10 +00:00
mutation_guard.py
output_graph.py Preserve original GraphArgs for shape guard codegen (#90665) 2022-12-12 02:35:23 +00:00
profiler.py
replay_record.py
resume_execution.py
side_effects.py Rewrite dynamo cond() handling to not recursively call export (#90286) 2022-12-08 01:05:12 +00:00
skipfiles.py [dynamo] Add is_compiling for dynamo (#90329) 2022-12-09 20:19:41 +00:00
source.py Make torch._guards, shuffle structures around for migration (#90636) 2022-12-11 23:16:07 +00:00
symbolic_convert.py Improve dynamo debug logging (#90664) 2022-12-12 02:35:23 +00:00
test_case.py [dynamo] Unify raise_on_* config to suppress_errors and raise by default (#87440) 2022-10-21 17:03:29 +00:00
test_minifier_common.py Use dynamo fake tensor mode in aot_autograd, move aot_autograd compilation to lowering time [Merger of 89672 and 89773] (#90039) 2022-12-05 01:56:50 +00:00
testing.py Add hooks structure for passing around user provided hooks, add a new guard_failure_fn (#90371) 2022-12-07 17:51:53 +00:00
types.py Add missing mypy-nofollow.ini (#90179) 2022-12-08 01:05:12 +00:00
utils.py Completely redo how ShapeEnv guards are generated (#90528) 2022-12-10 13:35:04 +00:00