pytorch/torch/_dynamo
Aaron Gokaslan 292af3cc89 [BE][Ez]: ISC001 Auto concatenate implicit one line strings (#146408)
Apply ruff rule about implicit string concatenation, this autofixes strings that are all the same type and on the same line. These lines are broken up likely as the result of autoformatters in the past. All fixes are automated using the autofixes in ISC001.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/146408
Approved by: https://github.com/justinchuby, https://github.com/janeyx99
2025-02-04 19:07:04 +00:00
..
backends [PyTorch] Add backend aot_eager_decomp_partition_with_mode (#143250) 2025-01-22 23:20:59 +00:00
polyfills [dynamo][polyfills]Support getrecursionlimit (#145989) 2025-01-31 00:47:31 +00:00
repro Add accuracy issue support in AOTI Minifier (#145539) 2025-01-24 23:07:19 +00:00
variables [BE][Ez]: ISC001 Auto concatenate implicit one line strings (#146408) 2025-02-04 19:07:04 +00:00
__init__.py
_trace_wrapped_higher_order_op.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
bytecode_analysis.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
bytecode_transformation.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
cache_size.py
callback.py add pt2 callbacks for backward pass and prevent duplicate callbacks (#145732) 2025-01-28 03:50:02 +00:00
code_context.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
codegen.py Fix dynamo use of list[int] in graph break (#145554) 2025-01-30 22:21:40 +00:00
compiled_autograd.py functional compiled autograd (#144707) 2025-01-27 05:20:56 +00:00
comptime.py Undo leading underscore on ctx for breakpoint (#144864) 2025-01-15 18:00:58 +00:00
config.py Turn on fx graph cache and automatic dynamic pgo local caches in fbcode (#146065) 2025-01-31 01:11:48 +00:00
convert_frame.py [dynamo] log recompile reason to dynamo_compile (#146117) 2025-02-03 21:04:04 +00:00
create_parameter_op.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
current_scope_id.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
debug_utils.py Add "//caffe2:libtorch" to minifier TARGET file (#146203) 2025-02-01 05:37:23 +00:00
decorators.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
device_interface.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
distributed.py
eval_frame.py [dynamo] disable eval_frame callback in _TorchDynamoContext __enter__/__exit__ (#145981) 2025-01-31 20:40:59 +00:00
exc.py [dynamo] raise IndexError when inserting into a full deque (#139379) 2025-01-25 18:04:49 +00:00
external_utils.py functional compiled autograd (#144707) 2025-01-27 05:20:56 +00:00
funcname_cache.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
graph_deduplication.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
graph_region_tracker.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
guards.py [dynamo] log recompile reason to dynamo_compile (#146117) 2025-02-03 21:04:04 +00:00
hooks.py
logging.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
metrics_context.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
mutation_guard.py [dynamo][dicts] Consolidate dict(..) construction (#144342) 2025-01-20 04:42:06 +00:00
output_graph.py [Dynamo] Better unsupported message for Fake Tensor Exception (#146357) 2025-02-04 18:52:11 +00:00
pgo.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
profiler.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
replay_record.py Turn on mypy for _dynamo/variables/builtin.py (#145552) 2025-01-30 22:21:32 +00:00
resume_execution.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
side_effects.py [dynamo][enum] Trace through enum.py for enum construction (#146070) 2025-02-02 03:12:36 +00:00
source.py [dynamo][functions] Improve getattr on functions (#146075) 2025-02-03 02:01:57 +00:00
symbolic_convert.py [dynamo][exceptions][3.10] Clean symbolic stack on exception handling (#146198) 2025-02-01 02:51:44 +00:00
tensor_version_op.py update _unsafe_set_version_counter to accept lists of tensors (#137921) 2025-02-04 04:51:11 +00:00
test_case.py
test_minifier_common.py Add accuracy issue support in AOTI Minifier (#145539) 2025-01-24 23:07:19 +00:00
testing.py [dynamo] Log guard latency (#145132) 2025-01-25 03:01:18 +00:00
trace_rules.py [dynamo][builtin-skipfiles-cleanup] Remove inspect (#146116) 2025-02-04 03:36:07 +00:00
types.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
utils.py [dynamo] log recompile reason to dynamo_compile (#146117) 2025-02-03 21:04:04 +00:00