mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Update CODEOWNERS (#103934)
Remove users that no longer have write access to the repo, resolving CODEOWNERS errors. Pull Request resolved: https://github.com/pytorch/pytorch/pull/103934 Approved by: https://github.com/ZainRizvi, https://github.com/atalman, https://github.com/malfet
This commit is contained in:
parent
fb8aa721e2
commit
adf9595c2f
24
CODEOWNERS
24
CODEOWNERS
|
|
@ -22,20 +22,20 @@
|
|||
/aten/src/ATen/native/tags.yaml @ezyang
|
||||
|
||||
# Architecture Optimization (quantization, sparsity, etc.)
|
||||
/aten/src/ATen/native/ao_sparse @z-a-f @salilsdesai @kimishpatel @digantdesai @jianyuh
|
||||
/aten/src/ATen/native/quantized @jerryzh168 @z-a-f @salilsdesai @kimishpatel @digantdesai @jianyuh
|
||||
/aten/src/ATen/native/quantized/cpu @jerryzh168 @z-a-f @salilsdesai @kimishpatel @digantdesai @jianyuh
|
||||
/aten/src/ATen/native/ao_sparse @salilsdesai @kimishpatel @digantdesai @jianyuh
|
||||
/aten/src/ATen/native/quantized @jerryzh168 @salilsdesai @kimishpatel @digantdesai @jianyuh
|
||||
/aten/src/ATen/native/quantized/cpu @jerryzh168 @salilsdesai @kimishpatel @digantdesai @jianyuh
|
||||
/aten/src/ATen/native/quantized/cuda @jerryzh168
|
||||
/aten/src/ATen/native/quantized/cudnn @jerryzh168
|
||||
/test/test_quantization.py @jerryzh168
|
||||
/test/ao/ @jerryzh168 @z-a-f @hdcharles
|
||||
/test/quantization/ @jerryzh168 @z-a-f
|
||||
/test/ao/ @jerryzh168 @hdcharles
|
||||
/test/quantization/ @jerryzh168
|
||||
/torch/quantization/ @jerryzh168
|
||||
ao/sparisty/ @z-a-f @hdcharles
|
||||
ao/sparisty/ @hdcharles
|
||||
ao/quantization/ @jerryzh168
|
||||
nn/intrinsic/ @jerryzh168
|
||||
nn/quantized/ @jerryzh168
|
||||
nn/quantizable/ @jerryzh168 @z-a-f
|
||||
nn/quantizable/ @jerryzh168
|
||||
nn/qat/ @jerryzh168
|
||||
|
||||
# Tensorpipe RPC Agent.
|
||||
|
|
@ -111,13 +111,13 @@ aten/src/ATen/mps/ @kulinseth
|
|||
aten/src/ATen/native/mps/ @kulinseth
|
||||
|
||||
# Profiler
|
||||
torch/csrc/autograd/profiler* @robieta
|
||||
torch/autograd/profiler* @robieta
|
||||
torch/csrc/profiler/ @robieta
|
||||
torch/profiler/ @robieta
|
||||
torch/csrc/autograd/profiler* @aaronenyeshi
|
||||
torch/autograd/profiler* @aaronenyeshi
|
||||
torch/csrc/profiler/ @aaronenyeshi
|
||||
torch/profiler/ @aaronenyeshi
|
||||
|
||||
# AOTDispatch tests
|
||||
test/functorch/test_aotdispatch.py @ezyang @Chillee
|
||||
|
||||
# Dataloader
|
||||
torch/utils/data/ @NivekT @ejguan
|
||||
torch/utils/data/ @ejguan
|
||||
|
|
|
|||
|
|
@ -246,8 +246,8 @@ Model Compression & Optimization
|
|||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
- Vasiliy Kuznetsov (`vkuzo <https://github.com/vkuzo>`__)
|
||||
- Jerry Zhang (`jerryzh168 <https://github.com/jerryzh168>`__)
|
||||
- Zafar Takhirov (`z-a-f <https://github.com/z-a-f>`__)
|
||||
- Supriya Rao (`supriyar <https://github.com/supriyar>`__)
|
||||
- (emeritus) Zafar Takhirov (`z-a-f <https://github.com/z-a-f>`__)
|
||||
- (emeritus) Raghuraman Krishnamoorthi (`raghuramank100 <https://github.com/raghuramank100>`__)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user