[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;
|
||||
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 {
|
||||
{{"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"}}
|
||||
{{"GNA_DEVICE_MODE", "GNA_SW_FP32"}}
|
||||
};
|
||||
|
||||
INSTANTIATE_TEST_SUITE_P(smoke_BehaviorTests, OVInferenceChaining,
|
||||
::testing::Combine(
|
||||
::testing::Values(CommonTestUtils::DEVICE_GNA),
|
||||
::testing::ValuesIn(configs)),
|
||||
::testing::ValuesIn(device_modes)),
|
||||
OVInferenceChaining::getTestCaseName);
|
||||
} // namespace
|
||||
|
@ -86,8 +86,6 @@ std::vector<std::string> disabledTestPatterns() {
|
||||
R"(.*ActivationLayerGNATest.*(Log|Exp).*netPRC=(FP16|FP32).*)",
|
||||
// TODO: Issue: 71068
|
||||
R"(.*OVInferRequestCancellationTests.*)",
|
||||
// TODO: Issue: 71070
|
||||
R"(.*OVInferenceChaining.*(StaticOutputToStaticInput).*)",
|
||||
// TODO: Issue: 95609
|
||||
R"(.*CompileModelCacheTestBase.*(ConvPoolRelu|TIwithLSTMcell1).*batch2.*)",
|
||||
R"(.*CompileModelCacheTestBase.*(SplitConvConcat|KSOFunction).*)",
|
||||
|
Loading…
Reference in New Issue
Block a user