diff --git a/.github/repos-config.json b/.github/repos-config.json index 4191cbbcc6..1fc03b69e5 100644 --- a/.github/repos-config.json +++ b/.github/repos-config.json @@ -1,16 +1,80 @@ { "repositories": [ { - "name": "rocprofiler-compute", - "url": "ROCm/rocprofiler-compute", - "branch": "develop", + "name": "aqlprofile", + "url": "ROCm/aqlprofile", + "branch": "amd-staging", "category": "projects", "auto_subtree_pull": true, "auto_subtree_push": false }, { - "name": "rocprofiler-systems", - "url": "ROCm/rocprofiler-systems", + "name": "rdc", + "url": "ROCm/rdc", + "branch": "amd-staging", + "category": "projects", + "auto_subtree_pull": true, + "auto_subtree_push": false + }, + { + "name": "rocm-core", + "url": "ROCm/rocm-core", + "branch": "master", + "category": "projects", + "auto_subtree_pull": true, + "auto_subtree_push": false + }, + { + "name": "rocminfo", + "url": "ROCm/rocminfo", + "branch": "amd-staging", + "category": "projects", + "auto_subtree_pull": true, + "auto_subtree_push": false + }, + { + "name": "rocm-smi-lib", + "url": "ROCm/rocm-smi-lib", + "branch": "amd-staging", + "category": "projects", + "auto_subtree_pull": true, + "auto_subtree_push": false + }, + { + "name": "rocprofiler", + "url": "ROCm/rocprofiler", + "branch": "amd-staging", + "category": "projects", + "auto_subtree_pull": true, + "auto_subtree_push": false + }, + { + "name": "rocprofiler-register", + "url": "ROCm/rocprofiler-register", + "branch": "amd-staging", + "category": "projects", + "auto_subtree_pull": true, + "auto_subtree_push": false + }, + { + "name": "rocprofiler-sdk", + "url": "ROCm/rocprofiler-sdk", + "branch": "amd-staging", + "category": "projects", + "auto_subtree_pull": true, + "auto_subtree_push": false + }, + { + "name": "rocr-runtime", + "url": "ROCm/rocr-runtime", + "branch": "amd-staging", + "category": "projects", + "auto_subtree_pull": true, + "auto_subtree_push": false + }, + { + "name": "roctracer", + "url": "ROCm/roctracer", "branch": "amd-staging", "category": "projects", "auto_subtree_pull": true, diff --git a/README.md b/README.md index 833d4477c2..83768723ce 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This table provides the current status of the migration of specific ROCm systems | `rdc` | EMU | Pending | | | | `rocm-core` | EMU | Pending | | | | `rocminfo` | EMU | Pending | | | -| `rocmsmilib` | EMU | Pending | | | +| `rocm-smi-lib` | EMU | Pending | | | | `rocprofiler` | EMU | Pending | | | | `rocprofiler-compute` | Public | Pending | | | | `rocprofiler-register` | EMU | Pending | | | @@ -47,7 +47,7 @@ This table provides the current status of the migration of specific ROCm systems | `roctracer` | 8/5 | | `amdsmi` | 8/8 | | `rdc` | 8/8 | -| `rocmsmilib` | 8/8 | +| `rocm-smi-lib` | 8/8 | | `rocminfo` | 8/11 | | `rocr-runtime` | 8/11 | | `rocm-core` | 8/12 |