Skip to content

Commit

Permalink
filter f16 testcase on non-f16 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
xczhai committed Oct 12, 2024
1 parent a8c7250 commit e6cc130
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ std::vector<std::string> disabledTestPatterns() {
if (!ov::with_cpu_x86_avx512_core_fp16()) {
// Skip fp16 tests for paltforms that don't support fp16 precision
retVector.emplace_back(R"(.*INFERENCE_PRECISION_HINT=(F|f)16.*)");
retVector.emplace_back(R"(.*ConcatMultiQuerySDPTest.*f16.*)");
}
#elif defined(OPENVINO_ARCH_ARM64) || defined(OPENVINO_ARCH_ARM)
if (!ov::intel_cpu::hasHardwareSupport(ov::element::f16)) {
Expand Down

0 comments on commit e6cc130

Please sign in to comment.