From 87a63a9886424309c2d4cedf2f3d39db9357f317 Mon Sep 17 00:00:00 2001 From: nikitaved Date: Tue, 4 Feb 2025 16:11:31 +0000 Subject: [PATCH] Add `@nikitaved` to torch.linalg `CODEOWNERS/persons_of_interest` (#141803) As per title. I hope there is no objection :) Pull Request resolved: https://github.com/pytorch/pytorch/pull/141803 Approved by: https://github.com/albanD --- CODEOWNERS | 2 +- docs/source/community/persons_of_interest.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index cdae429d7bc..3dc09eef028 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -79,7 +79,7 @@ nn/qat/ @jerryzh168 # torch.linalg # docs -/torch/linalg/ @lezcano @IvanYashchuk +/torch/linalg/ @lezcano @IvanYashchuk @nikitaved # code /aten/src/ATen/native/**/*LinearAlgebra* @lezcano @nikitaved @IvanYashchuk # tests diff --git a/docs/source/community/persons_of_interest.rst b/docs/source/community/persons_of_interest.rst index 2ad9d1982e6..23baddcee7a 100644 --- a/docs/source/community/persons_of_interest.rst +++ b/docs/source/community/persons_of_interest.rst @@ -155,6 +155,7 @@ Linear Algebra (torch.linalg) - (emeritus) Mike Ruberry (`mruberry `__) - (emeritus) Ivan Yashchuk (`IvanYashchuk `__) - (emeritus) Vishwak Srinivasan (`vishwakftw `__) +- (emeritus) Nikita Vedeneev (`nikitaved `__) Sparse (torch.sparse) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~