Revert "[CPU] Fix data race in concurrent compile_model calls (#17164)" (#17184)

This reverts commit 8879ef53a7.
This commit is contained in:
Ilya Lavrenov
2023-04-25 12:01:02 +04:00
committed by GitHub
parent e37288fbcc
commit 22aee08958

View File

@@ -181,7 +181,7 @@ void set_cpu_used(const std::vector<int>& cpu_ids, const int used) {}
#else
static thread_local CPU cpu;
static CPU cpu;
# ifndef _WIN32
int get_number_of_cpu_cores(bool bigCoresOnly) {