pytorch/torch/_dynamo
2024-08-20 21:51:03 +00:00
..
backends [inductor] enable inductor backend for dynamo on Windows. (#133921) 2024-08-20 16:46:19 +00:00
repro [BE][Easy] enable ruff rule PIE790: unnecessary pass statement (#133200) 2024-08-15 15:50:19 +00:00
variables [dynamo][user-defined] Improve getattr_static for user_defined objects (#133742) 2024-08-20 21:51:03 +00:00
__init__.py Revert "[RFC][dynamo] add decorator to register polyfill for unsupported C++ function to avoid graph break (#133712)" 2024-08-20 21:14:45 +00:00
_trace_wrapped_higher_order_op.py
bytecode_analysis.py
bytecode_transformation.py
cache_size.py
callback.py
code_context.py
codegen.py
compiled_autograd.py [compiled autograd] move non-hot path logs into default logger (#133541) 2024-08-17 00:46:52 +00:00
comptime.py Add comptime.sleep (#133362) 2024-08-14 19:32:18 +00:00
config.py Support TORCH_COMPILER_COLLECTIVES envvar (#133696) 2024-08-19 20:13:04 +00:00
convert_frame.py
create_parameter_op.py
current_scope_id.py
debug_utils.py [BE][Easy] enable ruff rule PIE790: unnecessary pass statement (#133200) 2024-08-15 15:50:19 +00:00
decorators.py Revert "[RFC][dynamo] add decorator to register polyfill for unsupported C++ function to avoid graph break (#133712)" 2024-08-20 21:14:45 +00:00
device_interface.py
distributed.py
eval_frame.py Revert "return state dict without optimized module (#132626)" 2024-08-20 15:54:54 +00:00
exc.py [dynamo][user_defined][stable-diffusion] Raise ObservedAttributeError on UserDefinedObject var_getattr (#132806) 2024-08-16 04:30:06 +00:00
external_utils.py
funcname_cache.py
guards.py [Dynamo] Add torch function mode stack guard to dynamo (#133130) 2024-08-20 07:14:33 +00:00
hooks.py
logging.py
mutation_guard.py
output_graph.py [Dynamo] Guard on torch function mode global state (#133135) 2024-08-20 07:15:04 +00:00
polyfill.py Revert "[dynamo] simplify polyfill registration for builtins.all and builtins.any (#133769)" 2024-08-20 21:14:45 +00:00
profiler.py
replay_record.py
resume_execution.py
side_effects.py [Dynamo] Support pop torch function mode stack (#133131) 2024-08-20 07:14:42 +00:00
source.py [Dynamo] Support pop torch function mode stack (#133131) 2024-08-20 07:14:42 +00:00
symbolic_convert.py [Dynamo] Support push torch function mode stack (#133132) 2024-08-20 07:14:47 +00:00
tensor_version_op.py
test_case.py
test_minifier_common.py
testing.py
trace_rules.py Revert "[RFC][dynamo] add decorator to register polyfill for unsupported C++ function to avoid graph break (#133712)" 2024-08-20 21:14:45 +00:00
types.py
utils.py [BE]: Update Typeguard to TypeIs for better type inference (#133814) 2024-08-20 17:19:57 +00:00