pytorch/torch/utils
Xuehai Pan b77406a9ec [BE][CI] bump ruff to 0.8.4 (#143753)
Changes:

1. Bump `ruff` from 0.7.4 to 0.8.4
2. Change `%`-formatted strings to f-string
3. Change arguments with the `__`-prefix to positional-only arguments with the `/` separator in function signature.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/143753
Approved by: https://github.com/Skylion007
2024-12-24 12:24:10 +00:00
..
_strobelight
_sympy Fix precedence of bitwise and/or printing (#143197) 2024-12-13 19:29:42 +00:00
backcompat
benchmark remove allow-untyped-defs for torch/utils/benchmark/examples/simple_timeit.py (#143368) 2024-12-17 17:19:11 +00:00
bottleneck
data [BE][CI] bump ruff to 0.8.4 (#143753) 2024-12-24 12:24:10 +00:00
hipify Revert "[reland][AMD] Turn on TF32 for aten::mm (#143549)" 2024-12-23 06:47:36 +00:00
jit
model_dump [BE] Remove Model Dump utility (#141540) 2024-11-27 22:52:55 +00:00
serialization Add config.save.use_pinned_memory_for_d2h to serialization config (#143342) 2024-12-20 21:01:18 +00:00
tensorboard Corrected metadata variable names (#142342) 2024-12-10 02:24:31 +00:00
viz
__init__.py
_backport_slots.py
_config_module.py Add config alias (#142088) 2024-12-16 18:51:17 +00:00
_config_typing.pyi
_content_store.py
_contextlib.py
_cpp_extension_versioner.py
_cxx_pytree.py [BE][CI] bump ruff to 0.8.4 (#143753) 2024-12-24 12:24:10 +00:00
_device.py [BE]: Apply PERF401 autofixes from ruff (#140980) 2024-11-20 17:52:07 +00:00
_exposed_in.py Type exposed_in decorator (#141894) 2024-12-03 16:28:17 +00:00
_filelock.py filelock: Make waitcounter variant to use (#139816) 2024-12-12 01:18:34 +00:00
_foreach_utils.py
_freeze.py [BE][CI] bump ruff to 0.8.4 (#143753) 2024-12-24 12:24:10 +00:00
_functools.py dynamo tracing perf: cache on import_source: 52.9 -> 52.58 (#143058) 2024-12-13 18:20:48 +00:00
_get_clean_triton.py
_import_utils.py
_mode_utils.py
_ordered_set.py
_python_dispatch.py
_pytree.py [BE][CI] bump ruff to 0.8.4 (#143753) 2024-12-24 12:24:10 +00:00
_stats.py remove allow-untyped-defs for torch/utils/_stats.py (#143319) 2024-12-17 00:16:09 +00:00
_thunk.py
_traceback.py
_triton.py Adding lowering to persistent-tma device kernel for _scaled_mm (#142045) 2024-12-09 01:48:40 +00:00
_typing_utils.py
_zip.py
backend_registration.py
bundled_inputs.py
checkpoint.py
collect_env.py Disable PIP version check in collect_env (#142308) 2024-12-10 19:16:36 +00:00
cpp_backtrace.py
cpp_extension.py Use absolute path path.resolve() -> path.absolute() (#129409) 2024-12-24 08:33:08 +00:00
deterministic.py
dlpack.py
file_baton.py
flop_counter.py FlopCounterMode: Decompose ops for inference mode (#138508) 2024-11-25 16:53:10 +00:00
hooks.py [BE]: Apply PERF401 autofixes from ruff (#140980) 2024-11-20 17:52:07 +00:00
mkldnn.py
mobile_optimizer.py [BE]: Apply PERF401 autofixes from ruff (#140980) 2024-11-20 17:52:07 +00:00
model_zoo.py
module_tracker.py Fix memory leak in ModuleTracker (#141960) 2024-12-03 18:36:15 +00:00
show_pickle.py
throughput_benchmark.py
weak.py