pytorch/caffe2/perfkernels
Yuanyuan Chen fdab48a7c1 Enable all PIE rules on ruff (#165814)
This PR enables all PIE rules on ruff, there are already some enabled rules from this family, the new added rules are
```
PIE796  Enum contains duplicate value: {value}
PIE808  Unnecessary start argument in range
```

Pull Request resolved: https://github.com/pytorch/pytorch/pull/165814
Approved by: https://github.com/ezyang
2025-10-18 07:36:18 +00:00
..
batch_box_cox_avx512.cc [caffe2] Add AVX512 support for box_cox operator (#143627) 2025-01-07 09:54:39 +00:00
batch_box_cox_sve128.cc [PyTorch] Pull ARM's box-cox (#164152) 2025-10-01 15:00:03 +00:00
batch_box_cox_vec.h Revert "Fix boxcox to return same result for same input in one batch (#162772)" 2025-09-19 17:58:29 +00:00
CMakeLists.txt Add SVE implementation of embedding_lookup_idx (#133995) 2024-10-15 18:52:44 +00:00
common_avx.cc Revert "Fix clang-tidy warnings in Caffe2 code (#134935)" 2024-09-13 16:42:37 +00:00
common_avx2.cc Revert "Fix clang-tidy warnings in Caffe2 code (#134935)" 2024-09-13 16:42:37 +00:00
common_sve.cc Add SVE implementation of embedding_lookup_idx (#133995) 2024-10-15 18:52:44 +00:00
common.h Add SVE implementation of embedding_lookup_idx (#133995) 2024-10-15 18:52:44 +00:00
embedding_lookup_idx_avx2.cc [2/N] Fix cppcoreguidelines-init-variables suppression (#146237) 2025-06-19 23:26:42 +00:00
embedding_lookup_idx_sve.cc Optimize SVE embedding performance (#150176) 2025-04-07 18:01:54 +00:00
embedding_lookup_idx.cc [6/N] Fix Wextra-semi warning (#139605) 2024-11-04 13:43:16 +00:00
embedding_lookup_idx.h
hp_emblookup_codegen.py Enable all PIE rules on ruff (#165814) 2025-10-18 07:36:18 +00:00
sve_emblookup_codegen.py Update ruff to 0.13.1 (#163744) 2025-09-26 10:12:21 +00:00