Adding codeowners to quantization, sparsity, ns, etc. (#79505)

The notifications for the AO-maintained codebase.
This should not be blocking, just PR/test notifications.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/79505
Approved by: https://github.com/vkuzo, https://github.com/albanD
This commit is contained in:
Zafar 2022-09-01 22:40:31 +00:00 committed by PyTorch MergeBot
parent f6ce2a442e
commit 832ce5f8fa

View File

@ -21,6 +21,25 @@
/docs/source/conf.py @albanD
/aten/src/ATen/native/tags.yaml @anjali411
# Architecture Optimization (quantization, sparsity, etc.)
/aten/src/ATen/native/ao_sparse @z-a-f @salilsdesai @kimishpatel @digantdesai @jianyuh
/aten/src/ATen/native/quantized @vkuzo @jerryzh168 @z-a-f @salilsdesai @kimishpatel @digantdesai @jianyuh
/aten/src/ATen/native/quantized/cpu @vkuzo @jerryzh168 @z-a-f @salilsdesai @kimishpatel @digantdesai @jianyuh
/aten/src/ATen/native/quantized/cuda @vkuzo @jerryzh168 @dzdang
/aten/src/ATen/native/quantized/cudnn @vkuzo @jerryzh168 @dzdang
/test/test_quantization.py @jerryzh168
/test/ao/ @jerryzh168 @z-a-f @hdcharles
/test/quantization/ @jerryzh168 @z-a-f
/torch/quantization/ @jerryzh168 @vkuzo
ao/ @vkuzo
ao/ns/ @vkuzo
ao/sparisty/ @z-a-f @hdcharles
ao/quantization/ @jerryzh168
nn/intrinsic/ @jerryzh168 @vkuzo
nn/quantized/ @jerryzh168 @vkuzo
nn/quantizable/ @jerryzh168 @z-a-f
nn/qat/ @jerryzh168 @vkuzo
# Tensorpipe RPC Agent.
/torch/csrc/distributed/rpc/tensorpipe_agent.cpp @jiayisuse @osalpekar @lw @beauby
/torch/csrc/distributed/rpc/tensorpipe_agent.h @jiayisuse @osalpekar @lw @beauby