Skip to content

Commit

Permalink
Updates codeowners for OpInfo files
Browse files Browse the repository at this point in the history
Per title
Pull Request resolved: pytorch#75954
Approved by: https://github.com/ngimel
  • Loading branch information
Mike Ruberry authored and pytorchmergebot committed Apr 18, 2022
1 parent ef50186 commit 5d0450d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
/test/onnx/ @bowenbao @shubhambhokare1

# Docker
/.circleci/docker/ @jeffdaily @jithunnair-amd
/.circleci/docker/ @jeffdaily

# Github Actions
# This list is for people wanting to be notified every time there's a change
Expand All @@ -62,3 +62,13 @@
/aten/src/ATen/native/**/*LinearAlgebra* @lezcano @nikitaved @IvanYashchuk
# tests
/test/test_linalg.py @lezcano @nikitaved @IvanYashchuk

# OpInfo-related files
/torch/testing/_internal/common_methods_invocations.py @mruberry @ngimel
/torch/testing/_internal/common_device_type.py @mruberry @ngimel
test/test_ops.py @mruberry @ngimel
test/test_ops_gradients.py @mruberry @ngimel
test/test_unary_ufuncs.py @mruberry @ngimel
test/test_binary_ufuncs.py @mruberry @ngimel
test/test_reductions.py @mruberry @ngimel
test/test_type_promotion.py @mruberry @ngimel

0 comments on commit 5d0450d

Please sign in to comment.