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
6 changes: 3 additions & 3 deletions .github/repos-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down Expand Up @@ -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
},
{
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ 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 | |
| `miopen` | Pending | |
| `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 | |

Expand Down
Loading