mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Update CODEOWNERS for distributed and rpc modules
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/29988 Test Plan: Imported from OSS Differential Revision: D18576548 Pulled By: mrshenli fbshipit-source-id: 1170b6970727c9698b6fdbf0c40fc317d17ea8ea
This commit is contained in:
parent
adfb8a4888
commit
6d6380fd4e
1 changed files with 8 additions and 8 deletions
16
CODEOWNERS
16
CODEOWNERS
|
|
@ -4,10 +4,10 @@
|
|||
/docs/cpp @goldsborough @ebetica @yf225
|
||||
/torch/csrc/api/ @ebetica @goldsborough @yf225
|
||||
/test/cpp/api/ @ebetica @goldsborough @yf225
|
||||
/torch/lib/c10d/ @pietern @mrshenli
|
||||
/torch/csrc/distributed/ @pietern @mrshenli
|
||||
/torch/distributed/ @apaszke @pietern @mrshenli
|
||||
/test/test_c10d.py @pietern @mrshenli
|
||||
/torch/lib/c10d/ @pietern @mrshenli @zhaojuanmao
|
||||
/torch/csrc/distributed/ @pietern @mrshenli @zhaojuanmao
|
||||
/torch/distributed/ @apaszke @pietern @mrshenli @zhaojuanmao
|
||||
/test/test_c10d.py @pietern @mrshenli @zhaojuanmao
|
||||
/torch/utils/cpp_extension.py @goldsborough @fmassa @soumith @ezyang
|
||||
|
||||
# Not there to stricly require the approval, but to be tagged as a reviewer
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
/torch/utils/data/ @apaszke
|
||||
|
||||
# Distributed RPC Framework.
|
||||
/torch/csrc/distributed/rpc @mrshenli @pritamdamania87
|
||||
/torch/csrc/distributed/autograd @mrshenli @pritamdamania87
|
||||
/torch/distributed/rpc @mrshenli @pritamdamania87
|
||||
/torch/distributed/autograd @mrshenli @pritamdamania87
|
||||
/torch/csrc/distributed/rpc @mrshenli @pritamdamania87 @zhaojuanmao
|
||||
/torch/csrc/distributed/autograd @mrshenli @pritamdamania87 @zhaojuanmao
|
||||
/torch/distributed/rpc @mrshenli @pritamdamania87 @zhaojuanmao
|
||||
/torch/distributed/autograd @mrshenli @pritamdamania87 @zhaojuanmao
|
||||
|
|
|
|||
Loading…
Reference in a new issue