pytorch/benchmarks/tensorexpr
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
..
__main__.py [BE][CI] bump ruff to 0.8.4 (#143753) 2024-12-24 12:24:10 +00:00
attention.py Apply UFMT to all files in benchmarks/ (#105928) 2023-07-26 01:18:48 +00:00
benchmark.py [5/N][Easy] fix typo for usort config in pyproject.toml (kown -> known): sort torch (#127126) 2024-05-27 14:49:57 +00:00
broadcast.py [5/N][Easy] fix typo for usort config in pyproject.toml (kown -> known): sort torch (#127126) 2024-05-27 14:49:57 +00:00
concat.py [5/N][Easy] fix typo for usort config in pyproject.toml (kown -> known): sort torch (#127126) 2024-05-27 14:49:57 +00:00
conv.py
elementwise.py Fix unused Python variables outside torch/ and test/ (#136359) 2024-12-11 17:10:23 +00:00
HowToRun.md [BE] Prefer dash over underscore in command-line options (#94505) 2023-02-09 20:16:49 +00:00
matmul.py Apply UFMT to all files in benchmarks/ (#105928) 2023-07-26 01:18:48 +00:00
microbenchmarks.py [5/N][Easy] fix typo for usort config in pyproject.toml (kown -> known): sort torch (#127126) 2024-05-27 14:49:57 +00:00
nnc.png
normalization.py Apply UFMT to all files in benchmarks/ (#105928) 2023-07-26 01:18:48 +00:00
pooling.py
pt_engine.py Apply UFMT to all files in benchmarks/ (#105928) 2023-07-26 01:18:48 +00:00
reduction.py Apply UFMT to all files in benchmarks/ (#105928) 2023-07-26 01:18:48 +00:00
rnn_eltwise.py [BE]: Optimize min/max/sum comprehensions C419 (#123960) 2024-04-12 23:54:15 +00:00
softmax.py Apply UFMT to all files in benchmarks/ (#105928) 2023-07-26 01:18:48 +00:00
swish.py Apply UFMT to all files in benchmarks/ (#105928) 2023-07-26 01:18:48 +00:00
tensor_engine.py