pytorch/torch/_dynamo
2023-03-22 14:19:59 +00:00
..
backends [dynamo] Improve error message for missing backend (#97255) 2023-03-21 19:36:04 +00:00
variables [dynamo] handle dim in size kwargs (#96992) (#97098) 2023-03-22 14:19:59 +00:00
__init__.py Add experimental torch.export prototype (#95070) 2023-02-28 02:40:19 +00:00
allowed_functions.py [Dynamo] Support torch.{cuda/cpu}.amp.autocast (#95416) 2023-03-10 21:48:08 +00:00
bytecode_analysis.py [dynamo 3.11] support new jump opcodes (#93986) 2023-02-14 04:25:14 +00:00
bytecode_transformation.py Fix typos under torch/_dynamo directory (#95599) 2023-02-28 03:44:24 +00:00
codegen.py dynamo: wrap graph break inst in try except block - with context manager setup/teardown (#94758) 2023-03-06 14:04:17 +00:00
comptime.py Add a convenience shortcut for accessing size on ComptimeVar (#95404) 2023-02-27 02:02:02 +00:00
config_utils.py ConfigModule for _{dynamo,inductor}.config (#93252) 2023-02-01 19:38:05 +00:00
config.py component-level configurable logging for dynamo, inductor, aot (#94858) 2023-03-18 04:17:31 +00:00
convert_frame.py [BE] Remove unnecessary dict comprehensions (#97116) 2023-03-20 00:56:57 +00:00
debug_utils.py Added current buck target as minifier dep (#97183) 2023-03-22 08:30:53 +00:00
eval_frame.py Automatically register/clear dynamo profiler hooks while profiling (#96199) 2023-03-14 21:19:33 +00:00
exc.py [dynamo] Improve error message for missing backend (#97255) 2023-03-21 19:36:04 +00:00
external_utils.py [dynamo] Add is_compiling for dynamo (#90329) 2022-12-09 20:19:41 +00:00
guards.py Test and fix guard fail message in CompileProfiler (#97055) 2023-03-22 02:17:57 +00:00
hooks.py Add missing mypy-nofollow.ini (#90179) 2022-12-08 01:05:12 +00:00
logging.py component-level configurable logging for dynamo, inductor, aot (#94858) 2023-03-18 04:17:31 +00:00
mutation_guard.py
output_graph.py Extend aot autograd dedup guards to params, stop using positions (#96774) 2023-03-21 05:59:33 +00:00
profiler.py Apply some safe comprehension optimizations (#94323) 2023-02-07 23:53:46 +00:00
replay_record.py
resume_execution.py dynamo: wrap graph break inst in try except block - with context manager setup/teardown (#94758) 2023-03-06 14:04:17 +00:00
side_effects.py [dynamo 3.11] changes to LOAD_GLOBAL and function calls (#94098) 2023-02-21 18:47:30 +00:00
skipfiles.py [BE] Enable more flake8-comprehensions checks (#94601) 2023-02-10 23:40:29 +00:00
source.py Extend aot autograd dedup guards to params, stop using positions (#96774) 2023-03-21 05:59:33 +00:00
symbolic_convert.py [Dynamo] throw better error message if assert with non-string message (#97297) 2023-03-22 02:24:04 +00:00
test_case.py Remove many untested dynamo backends (#93382) 2023-02-02 04:08:22 +00:00
test_minifier_common.py [BE] [3/3] Rewrite super() calls in test (#94592) 2023-02-12 22:20:53 +00:00
testing.py Improve unittest class printing for generated classes (#95806) 2023-03-02 17:03:41 +00:00
types.py Test and fix guard fail message in CompileProfiler (#97055) 2023-03-22 02:17:57 +00:00
utils.py Clean up Compilation Profiler (#97029) 2023-03-21 06:24:22 +00:00