Skip to content

Commit

Permalink
try to fix MatMulCompressConvertCPUTest for Linux ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
antonvor committed Dec 13, 2023
1 parent c7f046b commit a09364c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ const std::vector<std::vector<InputShape>> inputShapes2D = {

const std::vector<element::Type> inferPrecisions = {
element::f32,
#if defined(OV_CPU_ARM_ENABLE_FP16)
element::f16,
#endif
};

const auto testParams2D_ARM_smoke = ::testing::Combine(
Expand Down

0 comments on commit a09364c

Please sign in to comment.