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:
eqy
2024-05-04 00:29:35 +00:00
committed by PyTorch MergeBot
parent 8a1af95b09
commit d325c55896

View File

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