We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef4e940 commit 0f383e0Copy full SHA for 0f383e0
src/plugins/intel_cpu/tests/functional/subgraph_tests/src/arm/matmul_compress_convert.cpp
@@ -175,7 +175,9 @@ const std::vector<std::vector<InputShape>> inputShapes2D = {
175
176
const std::vector<element::Type> inferPrecisions = {
177
element::f32,
178
+#if defined(OV_CPU_ARM_ENABLE_FP16)
179
element::f16,
180
+#endif
181
};
182
183
const auto testParams2D_ARM_smoke = ::testing::Combine(
0 commit comments