-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OneTbb 2021 is not compatible with parallel STL, what is the way forward? #332
Comments
Same problem. Any update here ? |
Hi @AlyaMx, @bduclaux, |
@AlyaMx, it seems that problem is solved. Can you check you on your side ? |
@AlyaMx, please re-open if the problem still exists |
Not sure if I should open another issue, but it seems that at least with GCC12, there are memory leaks when using PSTL with TBB backend (elalish/manifold#787). It works fine with clang using libc++. |
Hi there,
We are building an analytics application that uses Parallel STL. So far the code links to the tbb library version 2020.3.
We recently tried upgrading to the latest version of the library (oneTBB 2021) (to take advantage of its cmake build configuration) but we quickly understood that it is not compatible with Parallel STL as per the release notes.
So, I am wondering if there is a plan to upgrade Parallel STL so it is compatible with the new tbb version?
Thanks in advance for your help,
Best,
Alya
The text was updated successfully, but these errors were encountered: