mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: Add cppcoreguidelines-avoid-magic-numbers exclusion to clang-tidy Remove existing nolint warnings using following script: ``` for file in `git ls-files | grep -v \.py`; do gsed '/^ *\/\/ NOLINTNEXTLINE(cppcoreguidelines-avoid-magic-numbers)/d' -i $file; done ``` Pull Request resolved: https://github.com/pytorch/pytorch/pull/57841 Reviewed By: samestep Differential Revision: D28295045 Pulled By: malfet fbshipit-source-id: 7c6e8d1213c9593f169ed3df6a916498f1a97163 |
||
|---|---|---|
| .. | ||
| hip | ||
| CMakeLists.txt | ||
| recurrent_network_blob_fetcher_op_gpu.cc | ||
| recurrent_network_blob_fetcher_op.cc | ||
| recurrent_network_blob_fetcher_op.h | ||
| recurrent_network_executor_gpu.cc | ||
| recurrent_network_executor_gpu.h | ||
| recurrent_network_executor_incl.h | ||
| recurrent_network_executor.cc | ||
| recurrent_network_executor.h | ||
| recurrent_network_op_gpu.cu | ||
| recurrent_network_op.cc | ||
| recurrent_network_op.h | ||
| recurrent_op_cudnn.cc | ||
| recurrent_op_cudnn.h | ||