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:
Shen Li 2019-11-18 12:38:19 -08:00 committed by Facebook Github Bot
parent adfb8a4888
commit 6d6380fd4e

View file

@ -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