[CODEOWNERS] Remove aaronenyeshi from Profiler paths (#138346)

As title, remove aaronenyeshi from Profiler paths.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/138346
Approved by: https://github.com/sraikund16
This commit is contained in:
Aaron Shi
2024-10-18 21:45:57 +00:00
committed by PyTorch MergeBot
parent c88b77af9c
commit bd7cbddfe3

View File

@ -116,10 +116,10 @@ aten/src/ATen/detail/MTIAHooksInterface.h @egienvalue
torch/csrc/mtia/ @egienvalue
# Profiler
torch/csrc/autograd/profiler* @aaronenyeshi @sraikund16
torch/autograd/profiler* @aaronenyeshi @sraikund16
torch/csrc/profiler/ @aaronenyeshi @sraikund16
torch/profiler/ @aaronenyeshi @sraikund16
torch/csrc/autograd/profiler* @sraikund16
torch/autograd/profiler* @sraikund16
torch/csrc/profiler/ @sraikund16
torch/profiler/ @sraikund16
# AOTDispatch tests
test/functorch/test_aotdispatch.py @ezyang @Chillee