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
This commit is contained in:
nikitaved
2025-02-04 16:11:31 +00:00
committed by PyTorch MergeBot
parent e9f6e273e7
commit 87a63a9886
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -155,6 +155,7 @@ Linear Algebra (torch.linalg)
- (emeritus) Mike Ruberry (`mruberry <https://github.com/mruberry>`__)
- (emeritus) Ivan Yashchuk (`IvanYashchuk <https://github.com/IvanYashchuk>`__)
- (emeritus) Vishwak Srinivasan (`vishwakftw <https://github.com/vishwakftw>`__)
- (emeritus) Nikita Vedeneev (`nikitaved <https://github.com/nikitaved>`__)
Sparse (torch.sparse)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~