[GNA] Excluded EXACT mode from the test (#15239)
* Excluded EXACT mode from the test * Update src/plugins/intel_gna/tests/functional/shared_tests_instances/behavior/ov_infer_request/inference_chaining.cpp
This commit is contained in:
parent
93ef678d75
commit
623de0fdb4
@ -8,22 +8,14 @@
|
|||||||
using namespace ov::test::behavior;
|
using namespace ov::test::behavior;
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
|
// GNA_SW_EXACT mode excluded from the tests because without quantization we got the bad accuracy for this test
|
||||||
const std::vector<ov::AnyMap> device_modes {
|
const std::vector<ov::AnyMap> device_modes {
|
||||||
{{"GNA_DEVICE_MODE", "GNA_SW_FP32"},
|
{{"GNA_DEVICE_MODE", "GNA_SW_FP32"}}
|
||||||
{"GNA_DEVICE_MODE", "GNA_SW_EXACT"}}
|
|
||||||
};
|
|
||||||
|
|
||||||
const std::vector<ov::AnyMap> configs = {
|
|
||||||
{{"GNA_DEVICE_MODE", "GNA_SW_EXACT"},
|
|
||||||
{"GNA_SCALE_FACTOR_0", "1"},
|
|
||||||
{"GNA_SCALE_FACTOR_1", "1"},
|
|
||||||
{"GNA_SCALE_FACTOR_2", "1"},
|
|
||||||
{"GNA_SCALE_FACTOR_3", "1"}}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
INSTANTIATE_TEST_SUITE_P(smoke_BehaviorTests, OVInferenceChaining,
|
INSTANTIATE_TEST_SUITE_P(smoke_BehaviorTests, OVInferenceChaining,
|
||||||
::testing::Combine(
|
::testing::Combine(
|
||||||
::testing::Values(CommonTestUtils::DEVICE_GNA),
|
::testing::Values(CommonTestUtils::DEVICE_GNA),
|
||||||
::testing::ValuesIn(configs)),
|
::testing::ValuesIn(device_modes)),
|
||||||
OVInferenceChaining::getTestCaseName);
|
OVInferenceChaining::getTestCaseName);
|
||||||
} // namespace
|
} // namespace
|
||||||
|
@ -86,8 +86,6 @@ std::vector<std::string> disabledTestPatterns() {
|
|||||||
R"(.*ActivationLayerGNATest.*(Log|Exp).*netPRC=(FP16|FP32).*)",
|
R"(.*ActivationLayerGNATest.*(Log|Exp).*netPRC=(FP16|FP32).*)",
|
||||||
// TODO: Issue: 71068
|
// TODO: Issue: 71068
|
||||||
R"(.*OVInferRequestCancellationTests.*)",
|
R"(.*OVInferRequestCancellationTests.*)",
|
||||||
// TODO: Issue: 71070
|
|
||||||
R"(.*OVInferenceChaining.*(StaticOutputToStaticInput).*)",
|
|
||||||
// TODO: Issue: 95609
|
// TODO: Issue: 95609
|
||||||
R"(.*CompileModelCacheTestBase.*(ConvPoolRelu|TIwithLSTMcell1).*batch2.*)",
|
R"(.*CompileModelCacheTestBase.*(ConvPoolRelu|TIwithLSTMcell1).*batch2.*)",
|
||||||
R"(.*CompileModelCacheTestBase.*(SplitConvConcat|KSOFunction).*)",
|
R"(.*CompileModelCacheTestBase.*(SplitConvConcat|KSOFunction).*)",
|
||||||
|
Loading…
Reference in New Issue
Block a user