Vladislav Shchapov
Vladislav Shchapov
@dnmokhov Are there plans to research this issue?
@Alexandr-Konovalov Any news about fix issue in scheduler?
@Alexandr-Konovalov In productive code - not. But could this bug lead to hangs on the ARM platform (like #756)? Or not?
As I understand it, is the problem in non-triviality of ``std::atomic``? We can solve it by using ``std::atomic_ref``.
Or owned implementation of ``std::atomic_ref``. Like boost::atomic_ref. Similar issue: #558
``` /usr/bin/ctest ... -j48 ``` Do oneTBB tests support parallel execution?
This issue can be fixed with PR: #954
Fix for this issue merged into master.
@pavelkumbrasev, @isaevil what do you think about this PR?
Rebased. Removed > Replace __TBB_EXPORT with TBBMALLOC_EXPORT. > Revert "Replace __TBB_EXPORT with TBBMALLOC_EXPORT." experiment. Move flags into cmake script (Suggested by @ilya-lavrenov).