From cb6966704cf70ebac6d2b36b65e9a75e11c29e71 Mon Sep 17 00:00:00 2001 From: fffrog Date: Tue, 28 Oct 2025 17:38:55 +0800 Subject: [PATCH] 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 --- .github/merge_rules.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/merge_rules.yaml b/.github/merge_rules.yaml index e75b80dc468..4ad15ecc7f8 100644 --- a/.github/merge_rules.yaml +++ b/.github/merge_rules.yaml @@ -540,6 +540,26 @@ - Lint - 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 patterns: - '*'