Post-merge cleanup for WMMA grouped conv fwd (#3468)

* remove duplicate aliases

* Split scaleadd_ab instances for WMMA grouped conv fwd

* removed big shape from the test

[ROCm/composable_kernel commit: a8aebb7a8e]
This commit is contained in:
Wojciech Laskowski
2025-12-22 15:57:45 +01:00
committed by GitHub
parent 035f6acf3f
commit b4aa8dbd18
13 changed files with 570 additions and 62 deletions

View File

@@ -368,10 +368,6 @@ TYPED_TEST(TestGroupedConvndFwdScaleaddAB3d, Test3D)
{
this->conv_params.clear();
// Client example 24. This one takes quite long.
this->conv_params.push_back(
{3, 32, 64, 32, 64, {3, 3, 3}, {14, 14, 14}, {1, 1, 1}, {1, 1, 1}, {0, 0, 0}, {0, 0, 0}});
// Generic problems, same set as for vanilla, clamp, and (gk) bias clamp tests.
this->conv_params.push_back(
{3, 3, 5, 96, 200, {1, 1, 1}, {37, 37, 16}, {1, 1, 1}, {1, 1, 1}, {0, 0, 0}, {0, 0, 0}});