..
_strobelight
Fix error suppression syntax in utils and nn ( #166242 )
2025-10-26 05:21:07 +00:00
_sympy
Avoid DDE in narrow with unbacked start ( #166361 )
2025-11-01 07:10:23 +00:00
backcompat
benchmark
[2/N] Add strict parameter to Python zip calls ( #166257 )
2025-11-01 00:35:41 +00:00
data
[2/N] Add strict parameter to Python zip calls ( #166257 )
2025-11-01 00:35:41 +00:00
hipify
Fix pyrefly ignores 1/n ( #166239 )
2025-10-26 00:44:10 +00:00
jit
[torch/utils][Code Clean] Clean asserts in hipify/, jit/, model_dump and tensorboard of torch/utils ( #165311 )
2025-10-14 15:26:23 +00:00
model_dump
Fix flake8 B028 warnings ( #166224 )
2025-10-26 06:18:55 +00:00
serialization
Make record/storage alignment in torch.save configurable ( #147788 )
2025-03-06 12:04:46 +00:00
tensorboard
[2/N] Add strict parameter to Python zip calls ( #166257 )
2025-11-01 00:35:41 +00:00
viz
[2/N] Add strict parameter to Python zip calls ( #166257 )
2025-11-01 00:35:41 +00:00
__init__.py
[BE] remove torch deploy - conditionals ( #158288 )
2025-07-29 17:40:49 +00:00
_appending_byte_serializer.py
[torch/utils][Code Clean] Clean asserts in torch/utils/*.py ( #165410 )
2025-10-27 19:48:55 +00:00
_config_module.py
[torch/utils][Code Clean] Clean asserts in torch/utils/*.py ( #165410 )
2025-10-27 19:48:55 +00:00
_config_typing.pyi
[torch/utils][Code Clean] Clean asserts in torch/utils/*.py ( #165410 )
2025-10-27 19:48:55 +00:00
_content_store.py
[torch/utils][Code Clean] Clean asserts in torch/utils/*.py ( #165410 )
2025-10-27 19:48:55 +00:00
_contextlib.py
added type annotation to _NoParamDecoratorContextManager.__new__ ( #166414 )
2025-10-28 21:59:20 +00:00
_cpp_embed_headers.py
[Fix] Adding missing f prefixes to formatted strings [2/N] ( #164066 )
2025-09-29 04:40:44 +00:00
_cpp_extension_versioner.py
_cxx_pytree.py
[pytree] add treespec_{leaf,tuple,dict} functions for args_spec modification ( #160843 )
2025-11-01 04:12:11 +00:00
_debug_mode.py
[DebugMode] store stringify args by default ( #166347 )
2025-10-30 22:12:23 +00:00
_device.py
[torch/utils][Code Clean] Clean asserts in torch/utils/*.py ( #165410 )
2025-10-27 19:48:55 +00:00
_dtype_abbrs.py
_exposed_in.py
[2/N] Apply ruff UP035 check in torch files ( #164054 )
2025-09-29 03:35:32 +00:00
_filelock.py
_foreach_utils.py
[2/N] Apply ruff UP035 check in torch files ( #164054 )
2025-09-29 03:35:32 +00:00
_functools.py
[torch/utils][Code Clean] Clean asserts in torch/utils/*.py ( #165410 )
2025-10-27 19:48:55 +00:00
_get_clean_triton.py
[BE][Ez]: Use sys.executable instead of hardcoded Python ( #165679 )
2025-10-17 01:07:40 +00:00
_helion.py
_import_utils.py
[BE] remove torch deploy - conditionals ( #158288 )
2025-07-29 17:40:49 +00:00
_mode_utils.py
_ordered_set.py
Fix pyrefly ignores 1/n ( #166239 )
2025-10-26 00:44:10 +00:00
_python_dispatch.py
Cache even more work for return_and_correct_aliasing ( #166365 )
2025-10-31 18:03:05 +00:00
_pytree.py
[pytree] add treespec_{leaf,tuple,dict} functions for args_spec modification ( #160843 )
2025-11-01 04:12:11 +00:00
_stats.py
[2/N] Apply ruff UP035 check in torch files ( #164054 )
2025-09-29 03:35:32 +00:00
_thunk.py
[2/N] Apply ruff UP035 check in torch files ( #164054 )
2025-09-29 03:35:32 +00:00
_traceback.py
[torch/utils][Code Clean] Clean asserts in torch/utils/*.py ( #165410 )
2025-10-27 19:48:55 +00:00
_triton.py
Remove unnecessary noqa suppressions ( #164106 )
2025-10-18 04:52:41 +00:00
_typing_utils.py
_zip.py
backend_registration.py
[torch/utils][Code Clean] Clean asserts in torch/utils/*.py ( #165410 )
2025-10-27 19:48:55 +00:00
bundled_inputs.py
[torch/utils][Code Clean] Clean asserts in torch/utils/*.py ( #165410 )
2025-10-27 19:48:55 +00:00
checkpoint.py
[2/N] Add strict parameter to Python zip calls ( #166257 )
2025-11-01 00:35:41 +00:00
collect_env.py
[2/N] Fix ruff warnings ( #164460 )
2025-10-04 03:40:32 +00:00
cpp_backtrace.py
cpp_extension.py
[2/N] Add strict parameter to Python zip calls ( #166257 )
2025-11-01 00:35:41 +00:00
deterministic.py
dlpack.py
[torch/utils][Code Clean] Clean asserts in torch/utils/*.py ( #165410 )
2025-10-27 19:48:55 +00:00
file_baton.py
Fix flake8 B028 warnings ( #166224 )
2025-10-26 06:18:55 +00:00
flop_counter.py
[2/N] Add strict parameter to Python zip calls ( #166257 )
2025-11-01 00:35:41 +00:00
hooks.py
[2/N] Add strict parameter to Python zip calls ( #166257 )
2025-11-01 00:35:41 +00:00
mkldnn.py
[torch/utils][Code Clean] Clean asserts in torch/utils/*.py ( #165410 )
2025-10-27 19:48:55 +00:00
mobile_optimizer.py
model_zoo.py
module_tracker.py
[BE][PYFMT] migrate PYFMT for torch/[p-z]*/ to ruff format ( #144552 )
2025-08-07 00:09:56 +00:00
show_pickle.py
Use typing.IO[bytes] instead of io.BytesIO in annotations ( #144994 )
2025-01-27 18:08:07 +00:00
throughput_benchmark.py
[torch/utils][Code Clean] Clean asserts in torch/utils/*.py ( #165410 )
2025-10-27 19:48:55 +00:00
weak.py
[torch/utils][Code Clean] Clean asserts in torch/utils/*.py ( #165410 )
2025-10-27 19:48:55 +00:00