Skip to content

Commit

Permalink
conv_fp32_multi_eltquant skip in conv_fusion_test
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-miotk committed Oct 17, 2024
1 parent 02942e5 commit f8dbec3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1438,8 +1438,8 @@ TEST_P(conv_fp32_multi_eltwise_quantization, basic) {

if (engine.get_device_info().supports_immad &&
p.default_type == data_types::f16 &&
p.weights_format == format::gs_oiyx_gsv16) {
GTEST_SKIP(); // Issue: 94154
p.weights_format == format::os_is_yx_isv16_osv16) {
GTEST_SKIP(); // maybe Issue: 94154
}

tolerance = 1.f;
Expand Down

0 comments on commit f8dbec3

Please sign in to comment.