From 6d6380fd4e82d85eea97ea919d94445910089f99 Mon Sep 17 00:00:00 2001 From: Shen Li Date: Mon, 18 Nov 2019 12:38:19 -0800 Subject: [PATCH] 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 --- CODEOWNERS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 6209003b429..b8ca7f0467b 100644 --- a/CODEOWNERS +++ b/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