mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[ROCm] Add owners for more HIP-specific paths (#113989)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/113989 Approved by: https://github.com/jeffdaily, https://github.com/malfet
This commit is contained in:
committed by
PyTorch MergeBot
parent
17de38c9af
commit
078773b32b
11
CODEOWNERS
11
CODEOWNERS
@ -53,6 +53,7 @@ nn/qat/ @jerryzh168
|
||||
# Docker
|
||||
/.ci/docker/ @jeffdaily
|
||||
/.ci/docker/ci_commit_pins/triton.txt @desertfire @Chillee @eellison @shunting314 @bertmaher @jeffdaily @jataylo @jithunnair-amd @pruthvistony
|
||||
/.ci/docker/ci_commit_pins/triton-rocm.txt @jeffdaily @jataylo @jithunnair-amd @pruthvistony
|
||||
|
||||
# Github Actions
|
||||
# This list is for people wanting to be notified every time there's a change
|
||||
@ -113,6 +114,16 @@ torch/utils/data/ @ejguan
|
||||
torch/utils/hipify/ @jeffdaily @jithunnair-amd
|
||||
tools/amd_build/ @jeffdaily @jithunnair-amd
|
||||
|
||||
# ROCm-specific files
|
||||
aten/src/ATen/hip/ @jeffdaily @jithunnair-amd
|
||||
aten/src/ATen/miopen/ @jeffdaily @jithunnair-amd
|
||||
aten/src/ATen/native/miopen/ @jeffdaily @jithunnair-amd
|
||||
c10/hip @jeffdaily @jithunnair-amd
|
||||
caffe2/core/hip @jeffdaily @jithunnair-amd
|
||||
caffe2/operators/hip @jeffdaily @jithunnair-amd
|
||||
caffe2/operators/rnn/hip @jeffdaily @jithunnair-amd
|
||||
caffe2/utils/hip @jeffdaily @jithunnair-amd
|
||||
|
||||
# torch.export
|
||||
/torch/export/ @avikchaudhuri @gmagogsfm @tugsbayasgalan @zhxchen17
|
||||
/torch/_export/ @avikchaudhuri @gmagogsfm @tugsbayasgalan @zhxchen17
|
||||
|
Reference in New Issue
Block a user