Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
/amd-smi/* @marifamd @bill-shuzhou-liu @dmitrii-galantsev @charis-poag-amd @oliveiradan
/rdc/* @dmitrii-galantsev @bill-shuzhou-liu
/rocm_smi_lib/* @bill-shuzhou-liu @dmitrii-galantsev @charis-poag-amd @oliveiradan
/rocprofiler/* @ammarwa @bgopesh
/rocprofiler-compute/* @coleramos425 @feizheng10 @vedithal-amd @xuchen-amd @cfallows-amd @ywang103-amd
/rocprofiler-sdk/* @jrmadsen @t-tye
/rocprofiler-systems/* @ROCm/rocprof-sys @jrmadsen
/ROCR-Runtime/* @kentrussell @fxkamd @dayatsin-amd
/roctracer/* @ammarwa @bgopesh

# rocprofiler-sdk section-specific code owners
/rocprofiler-sdk/source/docs @bgopesh
/rocprofiler-sdk/source/include @jrmadsen @bwelton @ammarwa
/rocprofiler-sdk/source/include/rocprofiler-sdk/rccl @MythreyaK
/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/codeobj @ApoKalipse-V
/rocprofiler-sdk/source/bin @SrirakshaNag @bgopesh
/rocprofiler-sdk/source/libexec @SrirakshaNag
/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters @bwelton
/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling @vlaindic
/rocprofiler-sdk/source/lib/rocprofiler-sdk/thread_trace @ApoKalipse-V
/rocprofiler-sdk/source/lib/rocprofiler-sdk/page_migration @MythreyaK
/rocprofiler-sdk/source/lib/rocprofiler-sdk/rccl @MythreyaK
/rocprofiler-sdk/source/lib/rocprofiler-sdk-tool @SrirakshaNag
/rocprofiler-sdk/source/lib/rocprofiler-sdk-codeobj @ApoKalipse-V

# Documentation files
*/docs/* @ROCm/rocm-documentation
*/*.md @ROCm/rocm-documentation
*/*.rst @ROCm/rocm-documentation
*/.readthedocs.yaml @ROCm/rocm-documentation
/ROCR-Runtime/*.md @ROCm/rocm-documentation @kentrussell @dayatsin-amd
/ROCR-Runtime/*.rst @ROCm/rocm-documentation @kentrussell @dayatsin-amd

# ROCR-Runtime header directory for Doxygen documentation
/ROCR-Runtime/inc/* @ROCm/rocm-documentation @kentrussell @fxkamd @dayatsin-amd

# rocprofiler-compute Packaging
/rocprofiler-compute/cmake/ @koomie
/rocprofiler-compute/tests/ @koomie
/rocprofiler-compute/CMakeLists.txt @koomie
/rocprofiler-compute/utils/ @koomie
2 changes: 1 addition & 1 deletion .github/workflows/initial-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

env:
MONOREPO_URL: github.com/ROCm/ROCmSystemsSoftware.git
MONOREPO_URL: github.com/ROCm/rocm-system.git
MONOREPO_BRANCH: develop

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-subtrees.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: '0 * * * *' # Trigger four times a day (00:00, 06:00, 12:00, 18:00 UTC)

env:
MONOREPO_URL: github.com/ROCm/ROCmSystemsSoftware.git
MONOREPO_URL: github.com/ROCm/rocm-system.git
MONOREPO_BRANCH: develop

jobs:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ROCmSystemsSoftware Quick Start Guide for Developers
# ROCm System Quick Start Guide for Developers

Welcome to the monorepo for ROCm systems software!
Welcome to the monorepo for ROCm system software!

This quick start guide includes tips on how to work efficiently with this monorepo style.

Expand Down