Merge commit 'f16d9100e42a978261f76319c66a7995e5f6d555' into develop

This commit is contained in:
assistant-librarian[bot]
2026-01-29 18:34:46 +00:00
parent 84daa4d305
commit 8a70a0d08a
31 changed files with 465 additions and 264 deletions

View File

@@ -184,5 +184,5 @@ TYPED_TEST(TestGroupedConvndBwdWeightDefault, SingleStageAutoDeduce)
this->conv_param = {2, 2, 128, 128, 256, {1, 1}, {3, 3}, {1, 1}, {1, 1}, {0, 0}, {0, 0}};
this->split_k_ = -1;
bool is_supported = this->template Run<2>();
EXPECT_FALSE(is_supported);
EXPECT_TRUE(is_supported);
}