[Tensorpipe Agent] Adding Tensorpipe Codeowners (#37854)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/37854

Adding Tensorpipe contributors to the Codeowners file for Tensorpipe-related functionality in PyTorch.
ghstack-source-id: 103507371

Test Plan: CI

Differential Revision: D21408676

fbshipit-source-id: ea7cc1fd7ec069c83e67812e704d31492ef2a3cf
This commit is contained in:
Omkar Salpekar
2020-05-05 14:22:45 -07:00
committed by Facebook GitHub Bot
parent 3706803b60
commit a3639fa516

View File

@ -27,6 +27,10 @@
/torch/distributed/autograd @mrshenli @pritamdamania87 @zhaojuanmao
/torch/distributed/optim @mrshenli @pritamdamania87 @zhaojuanmao @aazzolini
# Tensorpipe RPC Agent.
/torch/csrc/distributed/rpc/tensorpipe_agent.cpp @jiayisuse @osalpekar @lw @beauby
/torch/csrc/distributed/rpc/tensorpipe_agent.h @jiayisuse @osalpekar @lw @beauby
# Distributed tests
/test/distributed @mrshenli @pritamdamania87 @zhaojuanmao
/torch/testing/_internal/distributed @mrshenli @pritamdamania87 @zhaojuanmao