pytorch/torch/utils
Xuehai Pan 93e249969b [BE] enable ruff rule RSE and remove useless parentheses in raise statements (#124261)
Remove useless parentheses in `raise` statements if the exception type is raised with no argument.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/124261
Approved by: https://github.com/albanD
2024-04-17 19:29:34 +00:00
..
_sympy [BE]: Optimize min/max/sum comprehensions C419 (#123960) 2024-04-12 23:54:15 +00:00
backcompat
benchmark Enable possibly-undefined error code (#118533) 2024-01-30 21:07:01 +00:00
bottleneck [BE]: Optimize min/max/sum comprehensions C419 (#123960) 2024-04-12 23:54:15 +00:00
data [BE] enable ruff rule RSE and remove useless parentheses in raise statements (#124261) 2024-04-17 19:29:34 +00:00
hipify Optimize multi_tensor_apply (take 2) (#119764) 2024-04-03 05:54:49 +00:00
jit
model_dump
tensorboard Improve docstring for tensorboard add_embedding() (#120408) 2024-04-10 00:32:29 +00:00
viz [Memory Snapshot] Add Total memory used after allocation in Trace View (#120339) 2024-02-23 16:17:14 +00:00
__init__.py
_config_module.py Enable local_partial_types (#118467) 2024-01-28 13:38:22 +00:00
_config_typing.pyi
_content_store.py
_contextlib.py
_cpp_extension_versioner.py
_cxx_pytree.py [pytree] add tree_iter function (#123913) 2024-04-16 06:02:08 +00:00
_device.py Enable local_partial_types (#118467) 2024-01-28 13:38:22 +00:00
_exposed_in.py Add torch.library.custom_op (#122344) 2024-04-03 18:36:17 +00:00
_foreach_utils.py [DTensor] Supported foreach=True for clip_grad_norm_ (#120910) 2024-03-02 00:28:09 +00:00
_freeze.py
_import_utils.py
_mode_utils.py
_python_dispatch.py [BE] enable ruff rule RSE and remove useless parentheses in raise statements (#124261) 2024-04-17 19:29:34 +00:00
_pytree.py [pytree] add tree_iter function (#123913) 2024-04-16 06:02:08 +00:00
_stats.py
_traceback.py
_triton.py [Inductor Intel GPU backend Upstream] Add Inductor Intel GPU backend. (#121895) 2024-04-05 09:05:11 +00:00
_typing_utils.py
_zip.py
backend_registration.py
bundled_inputs.py
checkpoint.py [BE] enable ruff rule RSE and remove useless parentheses in raise statements (#124261) 2024-04-17 19:29:34 +00:00
collect_env.py
cpp_backtrace.py
cpp_extension.py [CPP Extension] Escape include paths (#122974) 2024-03-30 21:58:29 +00:00
deterministic.py
dlpack.py
file_baton.py
flop_counter.py fix flop counter issue with out parameters (#123768) 2024-04-11 09:39:53 +00:00
hooks.py
mkldnn.py
mobile_optimizer.py
model_zoo.py
show_pickle.py
throughput_benchmark.py
weak.py