Skip to content

Commit

Permalink
[Profiler] Add sraikund16 to profiler paths in CODEOWNERS (pytorch#12…
Browse files Browse the repository at this point in the history
…9591)

Summary: Add Shivam to the list of code owners for the profiler code paths, so that Shivam gets added to reviewers for PRs too.

Test Plan: CI

Differential Revision: D59072152

Pulled By: aaronenyeshi

Pull Request resolved: pytorch#129591
Approved by: https://github.com/sraikund16
  • Loading branch information
aaronenyeshi authored and pytorchmergebot committed Jun 27, 2024
1 parent ad607b9 commit 0680e6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ aten/src/ATen/detail/MTIAHooksInterface.h @egienvalue
torch/csrc/mtia/ @egienvalue

# Profiler
torch/csrc/autograd/profiler* @aaronenyeshi
torch/autograd/profiler* @aaronenyeshi
torch/csrc/profiler/ @aaronenyeshi
torch/profiler/ @aaronenyeshi
torch/csrc/autograd/profiler* @aaronenyeshi @sraikund16
torch/autograd/profiler* @aaronenyeshi @sraikund16
torch/csrc/profiler/ @aaronenyeshi @sraikund16
torch/profiler/ @aaronenyeshi @sraikund16

# AOTDispatch tests
test/functorch/test_aotdispatch.py @ezyang @Chillee
Expand Down

0 comments on commit 0680e6c

Please sign in to comment.