mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
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:
parent
e9f6e273e7
commit
87a63a9886
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue