mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Add codeowner for merge rules (#152354)
To ensure changes to merge rights are properly reviewed Also make the codeowner file valid by removing invalid users Pull Request resolved: https://github.com/pytorch/pytorch/pull/152354 Approved by: https://github.com/malfet
This commit is contained in:
13
CODEOWNERS
13
CODEOWNERS
@ -21,6 +21,7 @@
|
||||
/test/forward_backward_compatibility/check_forward_backward_compatibility.py @larryliu0820
|
||||
/docs/source/conf.py @albanD
|
||||
/aten/src/ATen/native/tags.yaml @ezyang
|
||||
/.github/merge_rules.yaml @albanD @malfet
|
||||
|
||||
# Architecture Optimization (quantization, sparsity, etc.)
|
||||
/aten/src/ATen/native/ao_sparse @salilsdesai @kimishpatel @digantdesai @jianyuh
|
||||
@ -49,12 +50,12 @@ nn/qat/ @jerryzh168
|
||||
/torch/csrc/distributed/c10d/Ops.* @kwen2501
|
||||
|
||||
# ONNX Export
|
||||
/torch/_dynamo/backends/onnxrt.py @wschin @xadupre
|
||||
/torch/csrc/jit/passes/onnx.h @titaiwangms @shubhambhokare1 @xadupre
|
||||
/torch/csrc/jit/passes/onnx.cpp @titaiwangms @shubhambhokare1 @xadupre
|
||||
/torch/csrc/jit/passes/onnx/ @titaiwangms @shubhambhokare1 @xadupre
|
||||
/torch/onnx/ @titaiwangms @shubhambhokare1 @justinchuby @wschin @xadupre
|
||||
/test/onnx/ @titaiwangms @shubhambhokare1 @justinchuby @wschin @xadupre
|
||||
/torch/_dynamo/backends/onnxrt.py @wschin
|
||||
/torch/csrc/jit/passes/onnx.h @titaiwangms @shubhambhokare1
|
||||
/torch/csrc/jit/passes/onnx.cpp @titaiwangms @shubhambhokare1
|
||||
/torch/csrc/jit/passes/onnx/ @titaiwangms @shubhambhokare1
|
||||
/torch/onnx/ @titaiwangms @shubhambhokare1 @justinchuby @wschin
|
||||
/test/onnx/ @titaiwangms @shubhambhokare1 @justinchuby @wschin
|
||||
|
||||
# CI
|
||||
/.ci @pytorch/pytorch-dev-infra
|
||||
|
Reference in New Issue
Block a user