-
Notifications
You must be signed in to change notification settings - Fork 767
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
TBB Deprecation Warnings #208
Comments
Focal Fossa (the latest LTS version of Ubuntu) will be released on Apr 23rd see The TBB version it will ship with is 2020.1 see If #209 still requires a longer time to review, can we bandaid the issue by suppressing the TBB warnings in the GTSAM code. |
These deprecation warnings are getting spamy in my Ubuntu 20.04 build logs. It'd be nice to see #209 merged so we don't have to monkey patch other cmake projects that have drowned out warnings. |
@ruffsl can you confirm #209 works for you as expected, and both TBB and non-TBB compile and run as expected? |
@ruffsl the warnings up to TBB 2020.1 (shipped with Latest-LTS Ubuntu) should be gone ( |
Thanks @acxz , the downstream build logs are a quieter:
Although, I only tested it with TBB enabled as thats what my project also needs to run. |
Glad to hear that, that specific warning is due to CCOLAMD which is a 3rd party codebase. Should be resolved with DrTimothyAldenDavis/SuiteSparse#39 |
@acxz is this resolved? |
Nope not yet. see #336 for a wip solution |
Update: Looks like intel released a better migration guide: https://docs.oneapi.com/versions/latest/onetbb/tbb_userguide/Migration_Guide/Task_API.html Based on that I updated my attempt: https://github.com/acxz/gtsam/tree/fix/tbb-deprecation |
Description
TBB has been updated and now when building gtsam the build output is cluttered with deprecation warnings.
Steps to reproduce
Expected behavior
No TBB deprecation warnings.
Environment
OS: ArchLinux
GTSAM version: latest
develop
branch (7ebfdad) at time of postingTBB version: 2020.2
Additional information
Some helpful information on fixing this issue: oneapi-src/oneTBB#243
The text was updated successfully, but these errors were encountered: