Skip to content

[MIOpen] Port w_supertensor to GTest#2375

Merged
DarylHawkinsAMD merged 5 commits into
ROCm:developfrom
COrruDXC:users/COrruDXC/port_w_supertensor_to_gtest
Jan 19, 2026
Merged

[MIOpen] Port w_supertensor to GTest#2375
DarylHawkinsAMD merged 5 commits into
ROCm:developfrom
COrruDXC:users/COrruDXC/port_w_supertensor_to_gtest

Conversation

@COrruDXC
Copy link
Copy Markdown
Contributor

@COrruDXC COrruDXC commented Oct 30, 2025

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

@COrruDXC COrruDXC requested a review from a team as a code owner October 30, 2025 15:56
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).
Copy link
Copy Markdown
Contributor

@DarylHawkinsAMD DarylHawkinsAMD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice improvements along with the port 👍

@COrruDXC
Copy link
Copy Markdown
Contributor Author

Nice improvements along with the port 👍

Hi @DarylHawkinsAMD could you please merge this PR?

@Vsevolod1983 Vsevolod1983 changed the title Port w_supertensor to GTest [MIOpen] Port w_supertensor to GTest Jan 19, 2026
@DarylHawkinsAMD DarylHawkinsAMD merged commit 7bc96bd into ROCm:develop Jan 19, 2026
59 of 62 checks passed
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]
ammallya pushed a commit that referenced this pull request Feb 3, 2026
…l_CShuffle_v1 (#2459)

1. Port NCHW support from ConvFwd (#2375) to conv bwd data
2. Add new instance device_grouped_conv_bwd_data_xdl_f16_nchw_instances for nchw

Co-authored-by: azhuang <anzhong.huang@amd.com>

[ROCm/composable_kernel commit: fbd9f32]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants