From 1f8e8e3fbf804c23419149b5e78b674b7ab3bff3 Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Mon, 22 Dec 2025 11:16:09 -0600 Subject: [PATCH] Add CODEOWNERS for rocprofiler-sdk project (#2427) ## Motivation Missing CODEOWNERS for ROCProfiler-SDK ## Technical Details Add CODEOWNERS for rocprofiler-sdk project ## JIRA ID ## Test Plan ## Test Result ## Submission Checklist - [X] Look over the contributing guidelines at https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests. --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d2c576bd55..4f9e93b949 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -20,6 +20,7 @@ /projects/rocminfo/ @dayatsin-amd @shwetagkhatri /projects/rocprofiler-compute/ @ROCm/rocprof-compute-reviewer # Owners: @ROCm/rocprof-compute-owners, Reviewers: @ROCm/rocprof-compute-reviewer /projects/rocprofiler-systems/ @ROCm/rocprof-sys @jrmadsen +/projects/rocprofiler-sdk/ @ROCm/rocm-devtools-team @ROCm/rocprofiler-owners # First Review: @ROCm/rocm-devtools-team, Final Review: @ROCm/rocprofiler-owners /projects/rocr-runtime/ @kentrussell @dayatsin-amd @cfreeamd /projects/roctracer/ @ammarwa @bgopesh