[Ex CI] Enable rocWMMA Azure Pipeline#2365
Merged
Merged
Conversation
memmett
pushed a commit
that referenced
this pull request
Oct 29, 2025
This PR implements [`hipdnnEnginePluginGetApplicableEngineIds`](https://github.com/ROCm/rocm-libraries/blob/7e29d65a8db488a5e038c3616398144d7c2289a5/projects/hipdnn/sdk/include/hipdnn_sdk/plugin/EnginePluginApi.h#L90-L115) and [`hipdnnEnginePluginCreateExecutionContext`](https://github.com/ROCm/rocm-libraries/blob/7e29d65a8db488a5e038c3616398144d7c2289a5/projects/hipdnn/sdk/include/hipdnn_sdk/plugin/EnginePluginApi.h#L170-L191), which together completes `hipDNN` -> `fusilli` graph translation for the initial plugin goal of e2e run of single node ConvFprop graph.
Contributor
|
Thank you for setting this up! |
1 task
jayhawk-commits
approved these changes
Oct 30, 2025
qiangpan2
pushed a commit
to qiangpan2/rocm-libraries
that referenced
this pull request
May 29, 2026
) Bumps [sphinxcontrib-bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex) from 2.6.3 to 2.6.4. - [Changelog](https://github.com/mcmtroffaes/sphinxcontrib-bibtex/blob/develop/CHANGELOG.rst) - [Commits](mcmtroffaes/sphinxcontrib-bibtex@2.6.3...2.6.4) --- updated-dependencies: - dependency-name: sphinxcontrib-bibtex dependency-version: 2.6.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [ROCm/composable_kernel commit: c8b247c]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Adding a Azure Pipeline trigger for rocwmma
Technical Details
Test Plan
Test Result
Sample Run: https://dev.azure.com/ROCm-CI/ROCm-CI/_build/results?buildId=66874&view=results
Submission Checklist