[Profiler] Add sraikund16 to profiler paths in CODEOWNERS (#129591)

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: https://github.com/pytorch/pytorch/pull/129591
Approved by: https://github.com/sraikund16
This commit is contained in:
Aaron Enye Shi
2024-06-27 14:22:09 +00:00
committed by PyTorch MergeBot
parent ad607b91f4
commit 0680e6cd1c

View File

@ -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