mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Add merge rule for PrivateUse1 Module (#166394)
Add merge rights for the following people: - albanD - fffrog Pull Request resolved: https://github.com/pytorch/pytorch/pull/166394 Approved by: https://github.com/ezyang
This commit is contained in:
parent
17d5aa4767
commit
cb6966704c
20
.github/merge_rules.yaml
vendored
20
.github/merge_rules.yaml
vendored
|
|
@ -540,6 +540,26 @@
|
||||||
- Lint
|
- Lint
|
||||||
- pull
|
- pull
|
||||||
|
|
||||||
|
- name: PrivateUse1
|
||||||
|
patterns:
|
||||||
|
- torch/accelerator/**
|
||||||
|
- torch/utils/backend_registration.py
|
||||||
|
- torch/csrc/acc/**
|
||||||
|
- torch/csrc/DeviceAccelerator.*
|
||||||
|
- torch/csrc/profiler/standalone/privateuse1_observer.*
|
||||||
|
- aten/src/ATen/DeviceAccelerator.*
|
||||||
|
- aten/src/ATen/core/GeneratorForPrivateuseone.*
|
||||||
|
- aten/src/ATen/detail/PrivateUse1HooksInterface.*
|
||||||
|
- docs/source/accelerator/**
|
||||||
|
- test/cpp_extensions/open_registration_extension/torch_openreg/**
|
||||||
|
approved_by:
|
||||||
|
- albanD
|
||||||
|
- fffrog
|
||||||
|
mandatory_checks_name:
|
||||||
|
- EasyCLA
|
||||||
|
- Lint
|
||||||
|
- pull
|
||||||
|
|
||||||
- name: superuser
|
- name: superuser
|
||||||
patterns:
|
patterns:
|
||||||
- '*'
|
- '*'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user