Remove WA for myriad plugin (#15786)

This commit is contained in:
Oleg Pipikin 2023-02-18 09:42:44 +01:00 committed by GitHub
parent 5f8f5b5eee
commit e9f060cce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,10 +33,6 @@ PluginCache &PluginCache::get() {
}
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);
if (std::getenv("DISABLE_PLUGIN_CACHE") != nullptr) {
#ifndef NDEBUG