summaryrefslogtreecommitdiff
path: root/CODEOWNERS
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2018-06-13 13:22:57 -0700
committerSoumith Chintala <soumith@gmail.com>2018-06-13 16:22:57 -0400
commit2c9c48a3230e755f5304ccba6b45e7e0e0902539 (patch)
tree44ff3635dd471e5da24585b31362c0194b15361b /CODEOWNERS
parent71a3633e3f25b0f974fd30d1a9d74751397a93e3 (diff)
downloadpytorch-2c9c48a3230e755f5304ccba6b45e7e0e0902539.tar.gz
pytorch-2c9c48a3230e755f5304ccba6b45e7e0e0902539.tar.bz2
pytorch-2c9c48a3230e755f5304ccba6b45e7e0e0902539.zip
Add CODEOWNERS entry for c10d test file (#8445)
Diffstat (limited to 'CODEOWNERS')
-rw-r--r--CODEOWNERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index 091fc4fb6c..f6237a087a 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -19,3 +19,4 @@
/torch/lib/c10d/ @apaszke @pietern @teng-li
/torch/csrc/distributed/ @apaszke @pietern @teng-li
/torch/distributed/ @apaszke @pietern @teng-li
+/test/test_c10d.py @apaszke @pietern @teng-li