|
1 | | -# Generic Ownership (broadest rules first) |
2 | | -**/next-cmake/ @ROCm/rocm-math-lib-build-infra |
3 | | - |
4 | 1 | # CI ownership |
5 | 2 | /.azuredevops/ @ROCm/external-ci |
6 | 3 | /.github/ @ROCm/rocm-systems-reviewers |
|
14 | 11 |
|
15 | 12 | # Project-specific ownership |
16 | 13 | /projects/aqlprofile/ @ammarwa @bgopesh |
| 14 | +/projects/clr/ @ROCm/clr-reviewers |
| 15 | +/projects/hip/ @ROCm/hip-reviewers |
| 16 | +/projects/hipother/ @ROCm/hipother-reviewers |
| 17 | +/projects/hip-tests/ @ROCm/hip-tests-reviewers |
17 | 18 | /projects/rdc/ @dmitrii-galantsev @bill-shuzhou-liu |
18 | 19 | /projects/rocm-core/ @nunnikri @frepaul @raramakr @ashutom @amd-isparry @arvindcheru |
19 | 20 | /projects/rocm-smi-lib/ @bill-shuzhou-liu @dmitrii-galantsev @charis-poag-amd @oliveiradan |
20 | 21 | /projects/rocminfo/ @dayatsin-amd @shwetagkhatri |
21 | 22 | /projects/rocprofiler/ @ammarwa @bgopesh |
22 | | -/projects/rocprofiler-compute/ @coleramos425 @feizheng10 @vedithal-amd @xuchen-amd @cfallows-amd @ywang103-amd @jamessiddeley-amd |
| 23 | +/projects/rocprofiler-compute/ @ROCm/rocprof-compute-reviewer # Owners: @ROCm/rocprof-compute-owners, Reviewers: @ROCm/rocprof-compute-reviewer |
23 | 24 | /projects/rocprofiler-register/ @ammarwa @bgopesh |
24 | 25 | /projects/rocprofiler-sdk/ @jrmadsen @t-tye |
25 | 26 | /projects/rocprofiler-systems/ @ROCm/rocprof-sys @jrmadsen |
26 | | -/projects/rocr-runtime/ @kentrussell @fxkamd @dayatsin-amd |
| 27 | +/projects/rocr-runtime/ @kentrussell @dayatsin-amd @cfreeamd |
27 | 28 | /projects/roctracer/ @ammarwa @bgopesh |
28 | 29 |
|
| 30 | +# Language runtime build infra code owners |
| 31 | +/projects/clr/**/*.cmake @ROCm/clr-reviewers @ROCm/lrt-build-infra |
| 32 | +/projects/clr/**/CMakeLists.txt @ROCm/clr-reviewers @ROCm/lrt-build-infra |
| 33 | +/projects/hip/**/*.cmake @ROCm/hip-reviewers @ROCm/lrt-build-infra |
| 34 | +/projects/hip/**/CMakeLists.txt @ROCm/hip-reviewers @ROCm/lrt-build-infra |
| 35 | +/projects/hipother/**/*.cmake @ROCm/hipother-reviewers @ROCm/lrt-build-infra |
| 36 | +/projects/hipother/**/CMakeLists.txt @ROCm/hipother-reviewers @ROCm/lrt-build-infra |
| 37 | +/projects/hip-tests/**/*.cmake @ROCm/hip-tests-reviewers @ROCm/lrt-build-infra |
| 38 | +/projects/hip-tests/**/CMakeLists.txt @ROCm/hip-tests-reviewers @ROCm/lrt-build-infra |
| 39 | + |
29 | 40 | # rocprofiler-sdk section-specific code owners |
30 | 41 | /projects/rocprofiler-sdk/source/docs @bgopesh |
31 | 42 | /projects/rocprofiler-sdk/source/include @jrmadsen @bwelton @ammarwa |
|
42 | 53 | /projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-tool @SrirakshaNag |
43 | 54 | /projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-codeobj @ApoKalipse-V |
44 | 55 |
|
| 56 | +# rocr-runtime section-specific code owners |
| 57 | +/projects/rocr-runtime/libhsakmt @kentrussell @dayatsin-amd |
| 58 | +/projects/rocr-runtime/rocrtst @shwetagkhatri @cfreeamd |
| 59 | +/projects/rocr-runtime/runtime/hsa-runtime/core/driver/xdna @atgutier @ypapadop-amd |
| 60 | +/projects/rocr-runtime/runtime/hsa-runtime/core/driver/virtio @dayatsin-amd |
| 61 | +/projects/rocr-runtime/runtime/hsa-runtime/loader @dayatsin-amd @kzhuravl |
| 62 | +/projects/rocr-runtime/runtime/hsa-runtime/image @shwetagkhatri @dayatsin-amd |
| 63 | +/projects/rocr-runtime/runtime/hsa-runtime/pcs @shwetagkhatri @dayatsin-amd |
45 | 64 |
|
46 | 65 | # Documentation-specific ownership by project |
47 | 66 | /projects/aqlprofile/**/*.md @ammarwa @bgopesh @ROCm/rocm-documentation |
48 | 67 | /projects/aqlprofile/**/*.rst @ammarwa @bgopesh @ROCm/rocm-documentation |
49 | 68 |
|
| 69 | +/projects/clr/**/*.md @ROCm/clr-reviewers @ROCm/lrt-docs-reviewers |
| 70 | +/projects/clr/**/*.rst @ROCm/clr-reviewers @ROCm/lrt-docs-reviewers |
| 71 | +/projects/clr/**/.readthedocs.yaml @ROCm/clr-reviewers @ROCm/lrt-docs-reviewers |
| 72 | +/projects/clr/hipamd/include/ @ROCm/clr-reviewers @ROCm/lrt-docs-reviewers |
| 73 | + |
| 74 | +/projects/hip/**/*.md @ROCm/hip-reviewers @ROCm/lrt-docs-reviewers |
| 75 | +/projects/hip/**/*.rst @ROCm/hip-reviewers @ROCm/lrt-docs-reviewers |
| 76 | +/projects/hip/**/.readthedocs.yaml @ROCm/hip-reviewers @ROCm/lrt-docs-reviewers |
| 77 | +/projects/hip/docs/ @ROCm/hip-reviewers @ROCm/lrt-docs-reviewers |
| 78 | +/projects/hip/include/ @ROCm/hip-reviewers @ROCm/lrt-docs-reviewers |
| 79 | + |
50 | 80 | /projects/rdc/**/*.md @dmitrii-galantsev @bill-shuzhou-liu @ROCm/rocm-documentation |
51 | 81 | /projects/rdc/**/*.rst @dmitrii-galantsev @bill-shuzhou-liu @ROCm/rocm-documentation |
52 | 82 | /projects/rdc/**/.readthedocs.yaml @dmitrii-galantsev @bill-shuzhou-liu @ROCm/rocm-documentation |
|
69 | 99 | /projects/rocprofiler/**/*.rst @ammarwa @bgopesh @ROCm/rocm-documentation |
70 | 100 | /projects/rocprofiler/doc/ @ammarwa @bgopesh @ROCm/rocm-documentation |
71 | 101 |
|
72 | | -/projects/rocprofiler-compute/**/*.md @coleramos425 @feizheng10 @vedithal-amd @xuchen-amd @cfallows-amd @ywang103-amd @jamessiddeley-amd @ROCm/rocm-documentation |
73 | | -/projects/rocprofiler-compute/**/*.rst @coleramos425 @feizheng10 @vedithal-amd @xuchen-amd @cfallows-amd @ywang103-amd @jamessiddeley-amd @ROCm/rocm-documentation |
74 | | -/projects/rocprofiler-compute/**/.readthedocs.yaml @coleramos425 @feizheng10 @vedithal-amd @xuchen-amd @cfallows-amd @ywang103-amd @jamessiddeley-amd @ROCm/rocm-documentation |
75 | | -/projects/rocprofiler-compute/docs/ @coleramos425 @feizheng10 @vedithal-amd @xuchen-amd @cfallows-amd @ywang103-amd @jamessiddeley-amd @ROCm/rocm-documentation |
| 102 | +/projects/rocprofiler-compute/**/*.md @ROCm/rocprof-compute-reviewer @ROCm/rocm-documentation @prbasyal-amd |
| 103 | +/projects/rocprofiler-compute/**/*.rst @ROCm/rocprof-compute-reviewer @ROCm/rocm-documentation @prbasyal-amd |
| 104 | +/projects/rocprofiler-compute/**/.readthedocs.yaml @ROCm/rocprof-compute-reviewer @ROCm/rocm-documentation @prbasyal-amd |
| 105 | +/projects/rocprofiler-compute/docs/ @ROCm/rocprof-compute-reviewer @ROCm/rocm-documentation @prbasyal-amd |
76 | 106 |
|
77 | 107 | /projects/rocprofiler-register/**/*.md @ammarwa @bgopesh @ROCm/rocm-documentation |
78 | 108 | /projects/rocprofiler-register/**/*.rst @ammarwa @bgopesh @ROCm/rocm-documentation |
|
82 | 112 | /projects/rocprofiler-systems/**/.readthedocs.yaml @ROCm/rocprof-sys @jrmadsen @ROCm/rocm-documentation |
83 | 113 | /projects/rocprofiler-systems/docs/ @ROCm/rocprof-sys @jrmadsen @ROCm/rocm-documentation |
84 | 114 |
|
85 | | -/projects/rocr-runtime/**/*.md @kentrussell @fxkamd @dayatsin-amd @ROCm/rocm-documentation |
86 | | -/projects/rocr-runtime/**/*.rst @kentrussell @fxkamd @dayatsin-amd @ROCm/rocm-documentation |
87 | | -/projects/rocr-runtime/**/.readthedocs.yaml @kentrussell @fxkamd @dayatsin-amd @ROCm/rocm-documentation |
| 115 | +/projects/rocr-runtime/**/*.md @kentrussell @dayatsin-amd @ROCm/rocm-documentation |
| 116 | +/projects/rocr-runtime/**/*.rst @kentrussell @dayatsin-amd @ROCm/rocm-documentation |
| 117 | +/projects/rocr-runtime/**/.readthedocs.yaml @kentrussell @dayatsin-amd @ROCm/rocm-documentation |
88 | 118 |
|
89 | 119 | /projects/roctracer/**/*.md @ammarwa @bgopesh @ROCm/rocm-documentation |
90 | 120 | /projects/roctracer/**/*.rst @ammarwa @bgopesh @ROCm/rocm-documentation |
|
0 commit comments