mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-20 21:09:08 +00:00
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:
committed by
GitHub
parent
035f6acf3f
commit
b4aa8dbd18
@@ -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}});
|
||||
|
||||
Reference in New Issue
Block a user