mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Extend abi-stable nitpick message to all the c stable files (#145862)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/145862 Approved by: https://github.com/ezyang
This commit is contained in:
5
.github/nitpicks.yml
vendored
5
.github/nitpicks.yml
vendored
@ -5,7 +5,8 @@
|
||||
- 'aten/src/ATen/native/native_functions.yaml'
|
||||
|
||||
- markdown: |
|
||||
## Attention! torch/csrc/inductor/aoti_torch/c/shim.h was changed
|
||||
## Attention! PyTorch one of the C-stable API file was changed
|
||||
You MUST NOT change existing function declarations in this, as this header defines a stable C ABI. If you need to change the signature for a function, introduce a new v2 version of the function and modify code generation to target the new version of the function.
|
||||
pathFilter:
|
||||
- 'torch/csrc/inductor/aoti_torch/c/shim.h'
|
||||
- 'torch/csrc/inductor/aoti_torch/c/*'
|
||||
- 'torch/csrc/inductor/aoti_torch/generated/*'
|
||||
|
Reference in New Issue
Block a user