@@ -357,7 +357,7 @@ std::vector<ov::AnyMap> filter_additional_config_amx() {
357
357
}
358
358
359
359
const std::vector<ov::test::ElementType> decompression_precisions = {ov::element::f32};
360
- const std::vector<ov::test::ElementType> weights_precisions = {// ov::element::u8,
360
+ const std::vector<ov::test::ElementType> weights_precisions = {ov::element::u8,
361
361
ov::element::u4,
362
362
// ov::element::i4,
363
363
// ov::element::nf4
@@ -366,7 +366,7 @@ const std::vector<ov::test::ElementType> weights_precisions = {//ov::element::u8
366
366
const std::vector<ShapeParams> input_shapes_basic = {
367
367
// {{{-1, -1, -1}, {{1, 4, 16}, {10, 16, 16}}}, {16, 32}},
368
368
// {{{}, {{1, 8, 16}}}, {16, 32}, 4ul},
369
- {{{}, {{1 , 64 , 32 }}}, {1 , 32 , 8 }},
369
+ {{{}, {{1 , 1 , 64 }}}, {1 , 64 , 512 }},
370
370
{{{}, {{1 , 8 , 256 }}}, {1 , 256 , 512 }},
371
371
{{{}, {{1 , 3 , 4096 }}}, {4096 , 4096 }, 128 },
372
372
{{{}, {{1 , 3 , 4096 }}}, {4096 , 11008 }, 128 },
@@ -396,7 +396,9 @@ INSTANTIATE_TEST_SUITE_P(smoke_MatMulCompressedWeights_basic,
396
396
::testing::ValuesIn(weights_precisions),
397
397
::testing::ValuesIn(decompression_precisions),
398
398
::testing::Values(true ),
399
- ::testing::Values(DecompressionSubtractType::scalar),
399
+ ::testing::ValuesIn({DecompressionSubtractType::empty,
400
+ DecompressionSubtractType::scalar,
401
+ DecompressionSubtractType::full}),
400
402
::testing::Values(false ),
401
403
::testing::ValuesIn(filter_additional_config_basic()),
402
404
::testing::ValuesIn(fusing_params),
0 commit comments