[CPU] Fix crash issue: RuntimeError: Primitive descriptor was not found for… (#16186)

This commit is contained in:
Xiping Yan
2023-03-16 10:17:06 +04:00
committed by GitHub
parent 2f3ae4518e
commit 2194552dc5
2 changed files with 16 additions and 2 deletions
@@ -1277,6 +1277,13 @@ INSTANTIATE_TEST_SUITE_P(nightly_MM_Brgemm_Amx_Static, MatMulLayerCPUTest, testB
const std::vector<ShapeRelatedParams> IS_Brgemm_Dynamic = {
{
{
{{-1, 256}, {{1, 256}}},
{{256, 384}, {{256, 384}}}
},
{false, false}
},
{
{
{{-1, -1}, {{55, 12}, {33, 7}}},