[IE TESTS] Make Shared lib independent from CPU plugin (#7624)

* [IE TESTS] Make Shared lib independent from CPU plugin

* tmp version
This commit is contained in:
Irina Efode 2021-10-22 14:41:00 +03:00 committed by GitHub
parent 9b61698bce
commit 80c707090c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -51,7 +51,3 @@ set_source_files_properties("${CMAKE_CURRENT_SOURCE_DIR}/src/low_precision_trans
ie_faster_build(${TARGET_NAME}
PCH PRIVATE "src/precomp.hpp"
)
if (TARGET MKLDNNPlugin)
add_dependencies(${TARGET_NAME} MKLDNNPlugin)
endif()

View File

@ -14,7 +14,7 @@ TEST_P(SplitConcatMemory, cyclicBufferCorrectness) {
auto ie = PluginCache::get().ie();
cnnNetwork = InferenceEngine::CNNNetwork{function};
auto exe_net = ie->LoadNetwork(cnnNetwork, "CPU");
auto exe_net = ie->LoadNetwork(cnnNetwork, targetDevice);
auto inf_reg = exe_net.CreateInferRequest();
/*