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: 6 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
/projects/rocsolver/ @ROCm/solvers-reviewers
/projects/rocsparse/ @ROCm/sparses-reviewers
/projects/rocthrust/ @ROCm/prims-rands-reviewers
/projects/rocwmma/ @ROCm/rocwmma-reviewers
/shared/origami/ @ROCm/origami-reviewers
/shared/mxdatagenerator/ @ROCm/rocroller-developers
/shared/rocroller/ @ROCm/rocroller-developers
Expand Down Expand Up @@ -78,6 +79,11 @@
/projects/hipblas-common/docs/ @ROCm/hipblas-common-reviewers @ROCm/hipblas-common-docs-reviewers
/projects/hipblas-common/library/include/ @ROCm/hipblas-common-reviewers @ROCm/hipblas-common-docs-reviewers

/projects/rocwmma/**/*.md @ROCm/rocwmma-reviewers @ROCm/rocm-documentation
/projects/rocwmma/**/*.rst @ROCm/rocwmma-reviewers @ROCm/rocm-documentation
/projects/rocwmma/library/include/* @ROCm/rocwmma-reviewers @ROCm/rocm-documentation
/projects/rocwmma/docs/ @ROCm/rocwmma-reviewers @ROCm/rocm-documentation

/projects/hipblaslt/**/*.md @ROCm/hipblaslt-reviewers @ROCm/hipblaslt-docs-reviewers
/projects/hipblaslt/**/*.rst @ROCm/hipblaslt-reviewers @ROCm/hipblaslt-docs-reviewers
/projects/hipblaslt/**/.readthedocs.yaml @ROCm/hipblaslt-reviewers @ROCm/hipblaslt-docs-reviewers
Expand Down
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@
"shared: tensile":
- changed-files:
- any-glob-to-any-file: 'shared/tensile/**/*'

"project: rocwmma":
- changed-files:
- any-glob-to-any-file: 'projects/rocwmma/**/*'

documentation:
- changed-files:
Expand Down
8 changes: 8 additions & 0 deletions .github/repos-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,14 @@
"category": "projects",
"auto_subtree_pull": false,
"auto_subtree_push": true
},
{
"name": "rocwmma",
"url": "ROCm/rocWMMA",
"branch": "develop",
"category": "projects",
"auto_subtree_pull": false,
"auto_subtree_push": true
}
]
}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This table provides the current status of the migration of specific ROCm librari
| `rocthrust` | Completed | [![Azure CI](https://dev.azure.com/ROCm-CI/ROCm-CI/_apis/build/status%2Fmonorepo%2FrocThrust?repoName=ROCm%2Frocm-libraries&branchName=develop)](https://dev.azure.com/ROCm-CI/ROCm-CI/_build/latest?definitionId=276&repoName=ROCm%2Frocm-libraries&branchName=develop) |[![Math-CI](https://pcue-math-rocm-ci-apim.azure-api.net/buildstatus?job=/rocm-libraries/precheckin/rocthrust/develop&subject=MathCI)](http://math-ci.amd.com/job/rocm-libraries/job/precheckin/job/rocthrust/job/develop/lastBuild/) |
| `rocroller` | Completed | |[![Math-CI](https://pcue-math-rocm-ci-apim.azure-api.net/buildstatus?job=/rocm-libraries/precheckin/rocroller/develop&subject=MathCI)](http://math-ci.amd.com/job/rocm-libraries/job/precheckin/job/rocroller/job/develop/lastBuild/) |
| `tensile` | Completed | [![Azure CI](https://dev.azure.com/ROCm-CI/ROCm-CI/_apis/build/status%2Fmonorepo%2FTensile?repoName=ROCm%2Frocm-libraries&branchName=develop)](https://dev.azure.com/ROCm-CI/ROCm-CI/_build/latest?definitionId=305&repoName=ROCm%2Frocm-libraries&branchName=develop) |[![Math-CI](https://pcue-math-rocm-ci-apim.azure-api.net/buildstatus?job=/rocm-libraries/precheckin/tensile/develop&subject=MathCI)](http://math-ci.amd.com/job/rocm-libraries/job/precheckin/job/tensile/job/develop/lastBuild/) |

| `rocwmma` | Completed | [![Azure CI](https://dev.azure.com/ROCm-CI/ROCm-CI/_apis/build/status%2Fmonorepo%2Frocwmma?repoName=ROCm%2Frocm-libraries&branchName=develop)](https://dev.azure.com/ROCm-CI/ROCm-CI/_build/latest?definitionId=370&repoName=ROCm%2Frocm-libraries&branchName=develop) |[![Math-CI](https://pcue-math-rocm-ci-apim.azure-api.net/buildstatus?job=/rocm-libraries/precheckin/rocwmma/develop&subject=MathCI)](http://math-ci.amd.com/job/rocm-libraries/job/precheckin/job/rocwmma/job/develop/lastBuild/) |

## Tentative migration schedule

Expand Down Expand Up @@ -82,6 +82,7 @@ projects/
rocsolver/
rocsparse/
rocthrust/
rocwmma/
shared/
rocroller/
tensile/
Expand Down
Loading