Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/repos-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
{
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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 | |
Expand All @@ -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 | |

Expand Down