mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 00:20:18 +01: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:
parent
8a1af95b09
commit
d325c55896
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user