mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Add CUDA paths to CODEOWNERS
(#125409)
CC @ptrblck @albanD Pull Request resolved: https://github.com/pytorch/pytorch/pull/125409 Approved by: https://github.com/albanD
This commit is contained in:
11
CODEOWNERS
11
CODEOWNERS
@ -144,3 +144,14 @@ caffe2/utils/hip @jeffdaily @jithunnair-amd
|
||||
/torch/csrc/Storage* @mikaylagawarecki
|
||||
# subscribing for PyTorchFileWriter/PyTorchFileReader changes
|
||||
/torch/csrc/jit/python/init.cpp @mikaylagawarecki
|
||||
|
||||
# CUDA and CUDA math libraries
|
||||
aten/src/ATen/cuda/ @eqy
|
||||
aten/src/ATen/cudnn/ @eqy
|
||||
aten/src/ATen/native/cuda/ @eqy
|
||||
aten/src/ATen/native/cudnn/ @eqy
|
||||
c10/cuda @eqy
|
||||
torch/cuda/ @eqy
|
||||
torch/csrc/cuda/ @eqy
|
||||
torch/backends/cuda/ @eqy
|
||||
torch/backends/cudnn/ @eqy
|
||||
|
Reference in New Issue
Block a user