Merge commit 'a8aebb7a8efbd9860487a4bc563706cf7a71f988' into develop

This commit is contained in:
assistant-librarian[bot]
2025-12-22 16:14:04 +00:00
parent 7a55f53fcf
commit 9d93dd9352
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}});