Skip to content

Commit

Permalink
[IE TESTS] Make Shared lib independent from CPU plugin (#7624)
Browse files Browse the repository at this point in the history
* [IE TESTS] Make Shared lib independent from CPU plugin

* tmp version
  • Loading branch information
iefode authored Oct 22, 2021
1 parent 9b61698 commit 80c7070
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Original file line number Diff line number Diff line change
Expand Up @@ -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();

/*
Expand Down

0 comments on commit 80c7070

Please sign in to comment.