-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CPU tests] migrate single layer test cases to be API 2.0 - part 1 #21420
[CPU tests] migrate single layer test cases to be API 2.0 - part 1 #21420
Conversation
fa5547d
to
11f4b95
Compare
11f4b95
to
a3754d7
Compare
src/plugins/intel_cpu/tests/functional/single_layer_tests/instances/common/pooling.cpp
Outdated
Show resolved
Hide resolved
@@ -3,18 +3,18 @@ | |||
// | |||
|
|||
#include "eltwise.hpp" | |||
|
|||
#include "common_test_utils/node_builders/eltwise.hpp" | |||
#include "cpp_interfaces/interface/ie_internal_plugin_config.hpp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, it should not be used any more, I forgot deleting it, will do in next PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is done in PR: #21538
InferenceEngine::PluginConfigInternalParams::DISABLE}); | ||
} | ||
if (enforceSnippets) { | ||
configuration.insert({"SNIPPETS_MODE", "IGNORE_CALLBACK"}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's use ov::intel_cpu::snippets_mode
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ov::intel_cpu::snippets_mode
is cpu plugin internal property, seems we cannot use it in test code. Is there any method to use it out of cpu plugin?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is solved by PR:#21549
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, address comments in next PR
…penvinotoolkit#21420) * [CPU tests] migrate single layer test cases to be API 2.0 - part 1 * Remove LayerTestsDefinitions
Details:
Tickets: