diff options
author | Will Feng <willfeng@fb.com> | 2019-01-17 12:18:15 -0800 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2019-01-17 13:03:48 -0800 |
commit | 7e9e1c7a9fe78ad622a4f585dd8d1f4083129ef3 (patch) | |
tree | 3522e673058a96e36ef844ecb8641cb66222b6f6 /CODEOWNERS | |
parent | 9aac5c7e85df513fcaab645fefcb74b6e8a5618a (diff) | |
download | pytorch-7e9e1c7a9fe78ad622a4f585dd8d1f4083129ef3.tar.gz pytorch-7e9e1c7a9fe78ad622a4f585dd8d1f4083129ef3.tar.bz2 pytorch-7e9e1c7a9fe78ad622a4f585dd8d1f4083129ef3.zip |
Add @yf225 to cpp codeowner
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/16120
Differential Revision: D13718880
Pulled By: yf225
fbshipit-source-id: 1c0a41ffba71855a3ad88b8d263ba2bd5076351d
Diffstat (limited to 'CODEOWNERS')
-rw-r--r-- | CODEOWNERS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index c2a6804890..141119d7e6 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,9 +1,9 @@ # This is a comment. # Each line is a file pattern followed by one or more owners. -/docs/cpp @goldsborough @ebetica -/torch/csrc/api/ @ebetica @goldsborough -/test/cpp/api/ @ebetica @goldsborough +/docs/cpp @goldsborough @ebetica @yf225 +/torch/csrc/api/ @ebetica @goldsborough @yf225 +/test/cpp/api/ @ebetica @goldsborough @yf225 /torch/lib/c10d/ @apaszke @pietern @teng-li /torch/csrc/distributed/ @apaszke @pietern @teng-li /torch/distributed/ @apaszke @pietern @teng-li |