mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
This message would have helped avoid https://www.internalfb.com/sevmanager/view/440895 Signed-off-by: Edward Z. Yang <ezyang@meta.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/133861 Approved by: https://github.com/albanD, https://github.com/izaitsevfb
5 lines
611 B
YAML
5 lines
611 B
YAML
- markdown: |
|
|
## Attention! native_functions.yaml was changed
|
|
If you are adding a new function or defaulted argument to native_functions.yaml, you cannot use it from pre-existing Python frontend code until our FC window passes (two weeks). Split your PR into two PRs, one which adds the new C++ functionality, and one that makes use of it from Python, and land them two weeks apart. See https://github.com/pytorch/pytorch/wiki/PyTorch's-Python-Frontend-Backward-and-Forward-Compatibility-Policy#forwards-compatibility-fc for more info.
|
|
pathFilter:
|
|
- 'aten/src/ATen/native/native_functions.yaml'
|