[CPU] Sparse weights decompression feature: changed comp_tile_len data type from int16_t to int (#20707)
This commit is contained in:
parent
b3f6db7da4
commit
5228ee31b7
@ -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),
|
||||
|
2
src/plugins/intel_cpu/thirdparty/onednn
vendored
2
src/plugins/intel_cpu/thirdparty/onednn
vendored
@ -1 +1 @@
|
||||
Subproject commit ff9205a8b42238e1fba992fad2429b722c4cfed0
|
||||
Subproject commit 2ead5d4fe5993a797d9a7a4b8b5557b96f6ec90e
|
Loading…
Reference in New Issue
Block a user