pytorch/torch/_dynamo
Animesh Jain fee677eeb6 [fbode-testing][dynamo][reland][inline-inbuilt-nn-modules] Mark attri… (#134136)
Shuai wants to test this internally before https://github.com/pytorch/pytorch/pull/133713 can go in. Creating a separate PR for ghmport.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/134136
Approved by: https://github.com/yanboliang
2024-08-22 17:54:58 +00:00
..
backends [inductor] enable inductor backend for dynamo on Windows. (#133921) 2024-08-20 16:46:19 +00:00
polyfills [BE][dynamo] reorganize polyfill module hierarchy (#133977) 2024-08-22 16:42:29 +00:00
repro [BE][Easy] enable ruff rule PIE790: unnecessary pass statement (#133200) 2024-08-15 15:50:19 +00:00
variables [fbode-testing][dynamo][reland][inline-inbuilt-nn-modules] Mark attri… (#134136) 2024-08-22 17:54:58 +00:00
__init__.py [BE][dynamo] reorganize polyfill module hierarchy (#133977) 2024-08-22 16:42:29 +00:00
_trace_wrapped_higher_order_op.py Revert "[hop] ban creating hop by directly instantiating HigherOrderOperator. (#133645)" 2024-08-21 19:33:14 +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 Add basic mypy annotations to dynamo (#132415) 2024-08-04 18:43:36 +00:00
compiled_autograd.py [BE] typing for decorators - fx/_compatibility (part 1) (#134202) 2024-08-22 17:07:33 +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 [Retry] Log chromium events to scuba (#134118) 2024-08-22 14:59:45 +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 [BE][Easy] enable ruff rule PIE790: unnecessary pass statement (#133200) 2024-08-15 15:50:19 +00:00
decorators.py [dynamo] ensure polyfill function has the same signature as the original function in substitute_in_graph (#133813) 2024-08-22 16:38:06 +00:00
device_interface.py Fix type of get_raw_stream (#134187) 2024-08-22 12:00:08 +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 [BE] typing for decorators - fx/_compatibility (part 1) (#134202) 2024-08-22 17:07:33 +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 Revert "Deprecate torch._utils.is_compiling() and torch._dynamo.external_utils.is_compiling() (#127690)" 2024-08-07 00:05:20 +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 [fbode-testing][dynamo][reland][inline-inbuilt-nn-modules] Mark attri… (#134136) 2024-08-22 17:54:58 +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 [Dynamo] Guard on torch function mode global state (#133135) 2024-08-20 07:15:04 +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][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767) 2024-07-31 21:18:11 +00:00
side_effects.py [Dynamo] Support pop torch function mode stack (#133131) 2024-08-20 07:14:42 +00:00
source.py [fbode-testing][dynamo][reland][inline-inbuilt-nn-modules] Mark attri… (#134136) 2024-08-22 17:54:58 +00:00
symbolic_convert.py [dynamo][exception] Support raise exception from None (#134028) 2024-08-21 12:48:35 +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 Flip default value for mypy disallow_untyped_defs [1/11] (#127838) 2024-06-08 18:16:33 +00:00
testing.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
trace_rules.py [BE][dynamo] reorganize polyfill module hierarchy (#133977) 2024-08-22 16:42:29 +00:00
types.py Populate submodules of torch._C to sys.modules recursively (#132216) 2024-08-08 10:20:25 +00:00
utils.py [fbode-testing][dynamo][reland][inline-inbuilt-nn-modules] Mark attri… (#134136) 2024-08-22 17:54:58 +00:00