diff --git a/.github/repos-config.json b/.github/repos-config.json index 84f0a73732d..e3fb2fd745a 100644 --- a/.github/repos-config.json +++ b/.github/repos-config.json @@ -5,7 +5,7 @@ "url": "ROCm/MIOpen", "branch": "develop", "category": "projects", - "auto_subtree_pull": false, + "auto_subtree_pull": true, "auto_subtree_push": false, "enable_pr_fanout": false }, @@ -77,8 +77,8 @@ "url": "ROCm/hipRAND", "branch": "develop", "category": "projects", - "auto_subtree_pull": true, - "auto_subtree_push": false, + "auto_subtree_pull": false, + "auto_subtree_push": true, "enable_pr_fanout": false }, { diff --git a/README.md b/README.md index 584696e659b..b37cdf31996 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ This table provides the current status of the migration of specific ROCm librari |---------------------|------------------|---------------------------------------| | `composablekernel` | Pending | | | `hipblas` | Pending | | -| `hipblas-common` | Pending | | -| `hipblaslt` | Pending | | -| `hipcub` | In Progress 🔥 | Initial migration steps completed. | +| `hipblas-common` | Pending | Next in line. | +| `hipblaslt` | Pending | 2nd in line. | +| `hipcub` | Completed | | | `hipfft` | Pending | Considered in next set to migrate. | -| `hiprand` | Pending | Considered in next set to migrate. | +| `hiprand` | Completed | | | `hipsolver` | Pending | | | `hipsparse` | Pending | | | `hipsparselt` | Pending | | @@ -27,10 +27,10 @@ This table provides the current status of the migration of specific ROCm librari | `rocblas` | Pending | | | `rocfft` | Pending | Considered in next set to migrate. | | `rocprim` | Completed | | -| `rocrand` | In Progress 🔥 | Initial migration steps completed. | +| `rocrand` | Completed | | | `rocsolver` | Pending | | | `rocsparse` | Pending | | -| `rocthrust` | In Progress 🔥 | Initial migration steps completed. | +| `rocthrust` | Completed | | | `rocroller` | Pending | | | `tensile` | Pending | |