Disable conv for Filter1x1Stride1Pad0 when K or C is even (#2186)

[ROCm/composable_kernel commit: fa3c6811d8]
This commit is contained in:
Mateusz Ozga
2025-05-16 10:18:47 +02:00
committed by GitHub
parent 3ca1b9df66
commit ac7ecfe7aa
3 changed files with 11 additions and 0 deletions

View File

@@ -188,6 +188,7 @@ TYPED_TEST(TestGroupedConvndBwdWeight1d, Test1D)
TYPED_TEST(TestGroupedConvndBwdWeight2d, Test2D)
{
this->conv_params.clear();
this->conv_params.push_back({2, 2, 64, 4, 4, {1, 1}, {7, 7}, {1, 1}, {1, 1}, {0, 0}, {0, 0}});
this->conv_params.push_back(
{2, 2, 64, 128, 256, {1, 1}, {7, 7}, {2, 2}, {1, 1}, {0, 0}, {0, 0}});
this->conv_params.push_back({2, 2, 64, 3, 3, {1, 1}, {7, 7}, {1, 1}, {1, 1}, {0, 0}, {0, 0}});