diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a3f9215ca68..52833f141a6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 @@ -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 diff --git a/.github/labeler.yml b/.github/labeler.yml index fc394be56ed..a4d0e21fcef 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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: diff --git a/.github/repos-config.json b/.github/repos-config.json index 21f0c8bfe54..9c17ca03a8c 100644 --- a/.github/repos-config.json +++ b/.github/repos-config.json @@ -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 } ] } diff --git a/README.md b/README.md index ed0fcb8845d..86e069415cc 100644 --- a/README.md +++ b/README.md @@ -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 @@ -82,6 +82,7 @@ projects/ rocsolver/ rocsparse/ rocthrust/ + rocwmma/ shared/ rocroller/ tensile/