mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
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
37 lines
1.5 KiB
Plaintext
37 lines
1.5 KiB
Plaintext
# This is a comment.
|
|
# Each line is a file pattern followed by one or more owners.
|
|
|
|
/docs/cpp @goldsborough @ebetica @yf225
|
|
/torch/csrc/api/ @ebetica @goldsborough @yf225
|
|
/test/cpp/api/ @ebetica @goldsborough @yf225
|
|
/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 strictly require the approval, but to be tagged as a reviewer
|
|
# on the PRs to push them into a high priority inbox.
|
|
/torch/csrc/api/data/ @apaszke
|
|
/torch/csrc/autograd/ @apaszke @albanD
|
|
/torch/csrc/jit/ @apaszke
|
|
/torch/nn/ @apaszke
|
|
/torch/autograd/ @apaszke @albanD
|
|
/torch/jit/ @apaszke
|
|
/torch/utils/data/ @apaszke
|
|
|
|
# Distributed RPC Framework.
|
|
/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
|
|
/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
|