[CPU] Sparse weights decompression feature: changed comp_tile_len data type from int16_t to int (#20707)

This commit is contained in:
Anton Voronov
2023-10-31 09:34:27 +04:00
committed by GitHub
parent 78f11965d8
commit d90e23fc30
2 changed files with 3 additions and 2 deletions
@@ -104,7 +104,7 @@ protected:
std::mt19937 gen_f(123);
std::uniform_real_distribution<float> dist_f(0.f, 1.f);
int countZero = 0;
size_t countZero = 0;
res[0] = startFrom;
res[vec_len - 1] = upTo;
@@ -259,6 +259,7 @@ const std::vector<ShapeRelatedParams> IS2D_sparse_smoke = {
},
{false, true}
},
{static_shapes_to_test_representation({{1, 4096}, {4096, 16384}}), {false, true}},
};
const auto testParams2D_i8_smoke = ::testing::Combine(::testing::ValuesIn(IS2D_sparse_smoke),