From c99c84036a42bc9c454820e51498ff9a126ad801 Mon Sep 17 00:00:00 2001 From: amd-jmacaran Date: Wed, 28 May 2025 12:56:24 -0400 Subject: [PATCH] Switch source of truth for rocrand --- .github/repos-config.json | 4 ++-- README.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/repos-config.json b/.github/repos-config.json index 836ad59fdd2a..bb2500c8f43a 100644 --- a/.github/repos-config.json +++ b/.github/repos-config.json @@ -140,8 +140,8 @@ "url": "ROCm/rocRAND", "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 9cba67b0049c..c12755f090f3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Welcome to the ROCm Libraries monorepo. This repository consolidates multiple RO This table provides the current status of the migration of specific ROCm libraries. **Key:** -- **Completed**: Fully migrated and integrated. This monorepo should be considered the source of truth for this project. +- **Completed**: Fully migrated and integrated. This monorepo should be considered the source of truth for this project. The old repo may still be used for release activities. - **In Progress**: Ongoing migration, tests, or integration. Please refrain from submitting new pull requests on the individual repo of the project, and develop on the monorepo. - **Pending**: Not yet started or in the early planning stages. The individual repo should be considered the source of truth for this project. @@ -17,7 +17,7 @@ This table provides the current status of the migration of specific ROCm librari | `hipblas` | Pending | | | `hipblas-common` | Pending | | | `hipblaslt` | Pending | | -| `hipcub` | Pending | 2nd in line | +| `hipcub` | Pending | Next in line | | `hipfft` | Pending | Considered in next set to migrate. | | `hiprand` | Pending | Considered in next set to migrate. | | `hipsolver` | Pending | | @@ -26,11 +26,11 @@ This table provides the current status of the migration of specific ROCm librari | `miopen` | Pending | | | `rocblas` | Pending | | | `rocfft` | Pending | Considered in next set to migrate. | -| `rocprim` | In Progress 🔥 | Initial migration steps completed. | -| `rocrand` | Pending | Next in line | +| `rocprim` | Completed | | +| `rocrand` | In Progress 🔥 | Initial migration steps completed. | | `rocsolver` | Pending | | | `rocsparse` | Pending | | -| `rocthrust` | Pending | 3rd in line | +| `rocthrust` | Pending | 2nd in line | | `rocroller` | Pending | | | `tensile` | Pending | |