diff --git a/.github/repos-config.json b/.github/repos-config.json index 0543b46016..4191cbbcc6 100644 --- a/.github/repos-config.json +++ b/.github/repos-config.json @@ -1,53 +1,5 @@ { "repositories": [ - { - "name": "mivisionx", - "url": "ROCm/MIVisionX", - "branch": "develop", - "category": "projects", - "auto_subtree_pull": true, - "auto_subtree_push": false - }, - { - "name": "rocal", - "url": "ROCm/rocAL", - "branch": "develop", - "category": "projects", - "auto_subtree_pull": true, - "auto_subtree_push": false - }, - { - "name": "rocdecode", - "url": "ROCm/rocDecode", - "branch": "develop", - "category": "projects", - "auto_subtree_pull": true, - "auto_subtree_push": false - }, - { - "name": "rocjpeg", - "url": "ROCm/rocJPEG", - "branch": "develop", - "category": "projects", - "auto_subtree_pull": true, - "auto_subtree_push": false - }, - { - "name": "rocpydecode", - "url": "ROCm/rocPyDecode", - "branch": "develop", - "category": "projects", - "auto_subtree_pull": true, - "auto_subtree_push": false - }, - { - "name": "rpp", - "url": "ROCm/rpp", - "branch": "develop", - "category": "projects", - "auto_subtree_pull": true, - "auto_subtree_push": false - }, { "name": "rocprofiler-compute", "url": "ROCm/rocprofiler-compute", diff --git a/README.md b/README.md index 79c1d33339..833d4477c2 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,8 @@ This table provides the current status of the migration of specific ROCm systems | `hip` | EMU | Pending | | | | `hipother` | EMU | Pending | | | | `hip-tests` | EMU | Pending | | | -| `mivisionx` | Public | Pending | | | | `rccl` | Public | Pending | | | | `rdc` | EMU | Pending | | | -| `rocal` | Public | Pending | | | -| `roccv` | Private | Pending | | | -| `rocdecode` | Public | Pending | | | -| `rocjpeg` | Public | Pending | | | | `rocm-core` | EMU | Pending | | | | `rocminfo` | EMU | Pending | | | | `rocmsmilib` | EMU | Pending | | | @@ -34,22 +29,15 @@ This table provides the current status of the migration of specific ROCm systems | `rocprofiler-register` | EMU | Pending | | | | `rocprofiler-sdk` | EMU | Pending | | | | `rocprofiler-systems` | Public | Pending | | | -| `rocpydecode` | Public | Pending | | | | `rocr-runtime` | EMU | Pending | | | +| `rocshmem` | Public | Pending | | | | `roctracer` | EMU | Pending | | | -| `rpp` | Public | Pending | | | ## Tentative migration schedule | Component | Tentative Date | |------------------------|----------------| -| `mivisionx` | 7/31 | -| `rocal` | 7/31 | -| `rocdecode` | 7/31 | -| `rocjpeg` | 7/31 | -| `rocpydecode` | 7/31 | -| `rpp` | 7/31 | | `aqlprofile` | 8/5 | | `rocprofiler` | 8/5 | | `rocprofiler-compute` | 8/5 | @@ -67,7 +55,6 @@ This table provides the current status of the migration of specific ROCm systems | `hip` | 8/13 | | `hipother` | 8/13 | | `hip-tests` | 8/13 | -| `roccv` | when public | *Remaining schedule to be determined. @@ -90,16 +77,13 @@ The repository is organized as follows: ``` projects/ amdsmi/ + aqlprofile/ clr/ hip/ hipother/ hip-tests/ - mivisionx/ rccl/ rdc/ - rocal/ - rocdecode/ - rocjpeg/ rocm-core rocminfo/ rocmsmilib/ @@ -107,10 +91,10 @@ projects/ rocprofiler-compute/ rocprofiler-register/ rocprofiler-sdk/ - rocpydecode/ + rocprofiler-systems/ rocrruntime/ + rocshmem/ roctracer/ - rpp/ ``` - Each folder under `projects/` corresponds to a ROCm systems project that was previously maintained in a standalone GitHub repository and released as distinct packages.