forked from ROCm/rocm-systems
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
121 lines (103 loc) · 10.7 KB
/
CODEOWNERS
File metadata and controls
121 lines (103 loc) · 10.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# CI ownership
/.azuredevops/ @ROCm/external-ci
/.github/ @ROCm/rocm-systems-reviewers
# Global documentation ownership
/**/*.md @ROCm/rocm-documentation
/**/*.rst @ROCm/rocm-documentation
**/.readthedocs.yaml @ROCm/rocm-documentation
**/docs/ @ROCm/rocm-documentation
**/library/include/ @ROCm/rocm-documentation
# Project-specific ownership
/projects/aqlprofile/ @ammarwa @bgopesh
/projects/clr/ @ROCm/clr-reviewers
/projects/hip/ @ROCm/hip-reviewers
/projects/hipother/ @ROCm/hipother-reviewers
/projects/hip-tests/ @ROCm/hip-tests-reviewers
/projects/rdc/ @dmitrii-galantsev @bill-shuzhou-liu
/projects/rocm-core/ @nunnikri @frepaul @raramakr @ashutom @amd-isparry @arvindcheru
/projects/rocm-smi-lib/ @bill-shuzhou-liu @dmitrii-galantsev @charis-poag-amd @oliveiradan
/projects/rocminfo/ @dayatsin-amd @shwetagkhatri
/projects/rocprofiler/ @ammarwa @bgopesh
/projects/rocprofiler-compute/ @ROCm/rocprof-compute-reviewer # Owners: @ROCm/rocprof-compute-owners, Reviewers: @ROCm/rocprof-compute-reviewer
/projects/rocprofiler-register/ @ammarwa @bgopesh
/projects/rocprofiler-sdk/ @jrmadsen @t-tye
/projects/rocprofiler-systems/ @ROCm/rocprof-sys @jrmadsen
/projects/rocr-runtime/ @kentrussell @dayatsin-amd @cfreeamd
/projects/roctracer/ @ammarwa @bgopesh
# Language runtime build infra code owners
/projects/clr/**/*.cmake @ROCm/clr-reviewers @ROCm/lrt-build-infra
/projects/clr/**/CMakeLists.txt @ROCm/clr-reviewers @ROCm/lrt-build-infra
/projects/hip/**/*.cmake @ROCm/hip-reviewers @ROCm/lrt-build-infra
/projects/hip/**/CMakeLists.txt @ROCm/hip-reviewers @ROCm/lrt-build-infra
/projects/hipother/**/*.cmake @ROCm/hipother-reviewers @ROCm/lrt-build-infra
/projects/hipother/**/CMakeLists.txt @ROCm/hipother-reviewers @ROCm/lrt-build-infra
/projects/hip-tests/**/*.cmake @ROCm/hip-tests-reviewers @ROCm/lrt-build-infra
/projects/hip-tests/**/CMakeLists.txt @ROCm/hip-tests-reviewers @ROCm/lrt-build-infra
# rocprofiler-sdk section-specific code owners
/projects/rocprofiler-sdk/source/docs @bgopesh
/projects/rocprofiler-sdk/source/include @jrmadsen @bwelton @ammarwa
/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/rccl @MythreyaK
/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/kfd @MythreyaK
/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/codeobj @ApoKalipse-V
/projects/rocprofiler-sdk/source/bin @SrirakshaNag @bgopesh
/projects/rocprofiler-sdk/source/libexec @SrirakshaNag
/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters @bwelton
/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling @vlaindic
/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/thread_trace @ApoKalipse-V
/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rccl @MythreyaK
/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/kfd @MythreyaK
/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-tool @SrirakshaNag
/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-codeobj @ApoKalipse-V
# rocr-runtime section-specific code owners
/projects/rocr-runtime/libhsakmt @kentrussell @dayatsin-amd
/projects/rocr-runtime/rocrtst @shwetagkhatri @cfreeamd
/projects/rocr-runtime/runtime/hsa-runtime/core/driver/xdna @atgutier @ypapadop-amd
/projects/rocr-runtime/runtime/hsa-runtime/core/driver/virtio @dayatsin-amd
/projects/rocr-runtime/runtime/hsa-runtime/loader @dayatsin-amd @kzhuravl
/projects/rocr-runtime/runtime/hsa-runtime/image @shwetagkhatri @dayatsin-amd
/projects/rocr-runtime/runtime/hsa-runtime/pcs @shwetagkhatri @dayatsin-amd
# Documentation-specific ownership by project
/projects/aqlprofile/**/*.md @ammarwa @bgopesh @ROCm/rocm-documentation
/projects/aqlprofile/**/*.rst @ammarwa @bgopesh @ROCm/rocm-documentation
/projects/clr/**/*.md @ROCm/clr-reviewers @ROCm/lrt-docs-reviewers
/projects/clr/**/*.rst @ROCm/clr-reviewers @ROCm/lrt-docs-reviewers
/projects/clr/**/.readthedocs.yaml @ROCm/clr-reviewers @ROCm/lrt-docs-reviewers
/projects/clr/hipamd/include/ @ROCm/clr-reviewers @ROCm/lrt-docs-reviewers
/projects/hip/**/*.md @ROCm/hip-reviewers @ROCm/lrt-docs-reviewers
/projects/hip/**/*.rst @ROCm/hip-reviewers @ROCm/lrt-docs-reviewers
/projects/hip/**/.readthedocs.yaml @ROCm/hip-reviewers @ROCm/lrt-docs-reviewers
/projects/hip/docs/ @ROCm/hip-reviewers @ROCm/lrt-docs-reviewers
/projects/hip/include/ @ROCm/hip-reviewers @ROCm/lrt-docs-reviewers
/projects/rdc/**/*.md @dmitrii-galantsev @bill-shuzhou-liu @ROCm/rocm-documentation
/projects/rdc/**/*.rst @dmitrii-galantsev @bill-shuzhou-liu @ROCm/rocm-documentation
/projects/rdc/**/.readthedocs.yaml @dmitrii-galantsev @bill-shuzhou-liu @ROCm/rocm-documentation
/projects/rdc/docs/ @dmitrii-galantsev @bill-shuzhou-liu @ROCm/rocm-documentation
/projects/rocm-core/**/*.md @nunnikri @frepaul @raramakr @ashutom @amd-isparry @arvindcheru @ROCm/rocm-documentation
/projects/rocm-core/**/*.rst @nunnikri @frepaul @raramakr @ashutom @amd-isparry @arvindcheru @ROCm/rocm-documentation
/projects/rocm-smi-lib/**/*.md @bill-shuzhou-liu @dmitrii-galantsev @charis-poag-amd @oliveiradan @ROCm/rocm-documentation
/projects/rocm-smi-lib/**/*.rst @bill-shuzhou-liu @dmitrii-galantsev @charis-poag-amd @oliveiradan @ROCm/rocm-documentation
/projects/rocm-smi-lib/**/.readthedocs.yaml @bill-shuzhou-liu @dmitrii-galantsev @charis-poag-amd @oliveiradan @ROCm/rocm-documentation
/projects/rocm-smi-lib/docs/ @bill-shuzhou-liu @dmitrii-galantsev @charis-poag-amd @oliveiradan @ROCm/rocm-documentation
/projects/rocminfo/**/*.md @dayatsin-amd @shwetagkhatri @ROCm/rocm-documentation
/projects/rocminfo/**/*.rst @dayatsin-amd @shwetagkhatri @ROCm/rocm-documentation
/projects/rocminfo/**/.readthedocs.yaml @dayatsin-amd @shwetagkhatri @ROCm/rocm-documentation
/projects/rocminfo/docs/ @dayatsin-amd @shwetagkhatri @ROCm/rocm-documentation
/projects/rocprofiler/**/*.md @ammarwa @bgopesh @ROCm/rocm-documentation
/projects/rocprofiler/**/*.rst @ammarwa @bgopesh @ROCm/rocm-documentation
/projects/rocprofiler/doc/ @ammarwa @bgopesh @ROCm/rocm-documentation
/projects/rocprofiler-compute/**/*.md @ROCm/rocprof-compute-reviewer @ROCm/rocm-documentation @prbasyal-amd
/projects/rocprofiler-compute/**/*.rst @ROCm/rocprof-compute-reviewer @ROCm/rocm-documentation @prbasyal-amd
/projects/rocprofiler-compute/**/.readthedocs.yaml @ROCm/rocprof-compute-reviewer @ROCm/rocm-documentation @prbasyal-amd
/projects/rocprofiler-compute/docs/ @ROCm/rocprof-compute-reviewer @ROCm/rocm-documentation @prbasyal-amd
/projects/rocprofiler-register/**/*.md @ammarwa @bgopesh @ROCm/rocm-documentation
/projects/rocprofiler-register/**/*.rst @ammarwa @bgopesh @ROCm/rocm-documentation
/projects/rocprofiler-systems/**/*.md @ROCm/rocprof-sys @jrmadsen @ROCm/rocm-documentation
/projects/rocprofiler-systems/**/*.rst @ROCm/rocprof-sys @jrmadsen @ROCm/rocm-documentation
/projects/rocprofiler-systems/**/.readthedocs.yaml @ROCm/rocprof-sys @jrmadsen @ROCm/rocm-documentation
/projects/rocprofiler-systems/docs/ @ROCm/rocprof-sys @jrmadsen @ROCm/rocm-documentation
/projects/rocr-runtime/**/*.md @kentrussell @dayatsin-amd @ROCm/rocm-documentation
/projects/rocr-runtime/**/*.rst @kentrussell @dayatsin-amd @ROCm/rocm-documentation
/projects/rocr-runtime/**/.readthedocs.yaml @kentrussell @dayatsin-amd @ROCm/rocm-documentation
/projects/roctracer/**/*.md @ammarwa @bgopesh @ROCm/rocm-documentation
/projects/roctracer/**/*.rst @ammarwa @bgopesh @ROCm/rocm-documentation
/projects/roctracer/doc/ @ammarwa @bgopesh @ROCm/rocm-documentation