Remove WA for myriad plugin (#15786)
This commit is contained in:
parent
5f8f5b5eee
commit
e9f060cce4
@ -33,10 +33,6 @@ PluginCache &PluginCache::get() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::shared_ptr<InferenceEngine::Core> PluginCache::ie(const std::string &deviceToCheck) {
|
std::shared_ptr<InferenceEngine::Core> PluginCache::ie(const std::string &deviceToCheck) {
|
||||||
// TODO: Remove it after fixing issue 69529
|
|
||||||
// w/a for myriad (cann't store 2 caches simultaneously)
|
|
||||||
ov::test::utils::PluginCache::get().reset();
|
|
||||||
|
|
||||||
std::lock_guard<std::mutex> lock(g_mtx);
|
std::lock_guard<std::mutex> lock(g_mtx);
|
||||||
if (std::getenv("DISABLE_PLUGIN_CACHE") != nullptr) {
|
if (std::getenv("DISABLE_PLUGIN_CACHE") != nullptr) {
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user