[MIOpen] Port w_supertensor to GTest#2375
Merged
DarylHawkinsAMD merged 5 commits intoJan 19, 2026
Merged
Conversation
memmett
pushed a commit
that referenced
this pull request
Oct 30, 2025
This PR implements `hipdnnEnginePluginExecuteOpGraph` enabling graph/plan execution. We can now complete the initial plugin goal of e2e run of single node ConvFprop graph. Note: a simple e2e integration test is added. This should be expanded to a parameterized matrix of test, once we're on the latest hipDNN [example](https://github.com/ROCm/rocm-libraries/blob/develop/projects/hipdnn/plugins/miopen_legacy_plugin/integration_tests/IntegrationGpuConvForward.cpp). Tickets: [#2363](nod-ai/amd-shark-ai#2363), [#2375](nod-ai/amd-shark-ai#2375).
DarylHawkinsAMD
approved these changes
Nov 20, 2025
Contributor
DarylHawkinsAMD
left a comment
There was a problem hiding this comment.
Nice improvements along with the port 👍
Contributor
Author
Hi @DarylHawkinsAMD could you please merge this PR? |
assistant-librarian Bot
pushed a commit
to ROCm/MIOpen
that referenced
this pull request
Jan 19, 2026
[MIOpen] Port w_supertensor to GTest ## Motivation This PR converts the w_supertensor test from CTest to GTest. ## Technical Details The test itself is unchanged, but the source code has been modified to use the GTest framework. ## Test Plan Execute the new GTest version and verify it is successful like the previous one. ## Test Result All the test have passed. The test results are attached to this PR. [test_w_supertensor.txt](https://github.com/user-attachments/files/23239883/test_w_supertensor.txt) ## Submission Checklist - [X] Look over the contributing guidelines at https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.
ammallya
pushed a commit
that referenced
this pull request
Feb 3, 2026
…CShuffle (#2375) 1. When conv spec is 1x1 stride1 pad0, nchw is equal with matrix A + column major, we only need minor change in conv transformer to support it. 2. when out is NKHW, it is equal with matrix C with column major. we need swap A & B to get best performance. 3. Add new instance device_grouped_conv_fwd_xdl_f16_nchw_instances for nchw. [ROCm/composable_kernel commit: 1749c04]
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
This PR converts the w_supertensor test from CTest to GTest.
Technical Details
The test itself is unchanged, but the source code has been modified to use the GTest framework.
Test Plan
Execute the new GTest version and verify it is successful like the previous one.
Test Result
All the test have passed. The test results are attached to this PR.
test_w_supertensor.txt
Submission Checklist