Skip to content

Commit 0f383e0

Browse files
committed
try to fix MatMulCompressConvertCPUTest for Linux ARM64
1 parent ef4e940 commit 0f383e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plugins/intel_cpu/tests/functional/subgraph_tests/src/arm/matmul_compress_convert.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,9 @@ const std::vector<std::vector<InputShape>> inputShapes2D = {
175175

176176
const std::vector<element::Type> inferPrecisions = {
177177
element::f32,
178+
#if defined(OV_CPU_ARM_ENABLE_FP16)
178179
element::f16,
180+
#endif
179181
};
180182

181183
const auto testParams2D_ARM_smoke = ::testing::Combine(

0 commit comments

Comments
 (0)