Skip to content
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

Please support oneTBB #366

Open
yurivict opened this issue Jan 15, 2021 · 7 comments
Open

Please support oneTBB #366

yurivict opened this issue Jan 15, 2021 · 7 comments

Comments

@yurivict
Copy link

oneTBB is a new generation of TBB.

madness breaks with oneTBB:
http://box.martymac.org/FreeBSD-Packages/data/FBSD122amd64-tbb-migr/2021-01-13_22h35m17s/logs/errors/madness-0.10.1.20180823_11.log

-- Could NOT find TBB: Found unsuitable version ".", but required is at least "4.3.5" (found /usr/local/lib/libtbb.so, )
@evaleev
Copy link
Contributor

evaleev commented Jan 21, 2021

@yurivict due to the deprecated TBB "task" interface being removed in OneTBB this is not going to happen soon. For now it's is recommeneded to disable the use of TBB (-DENABLE_TBB=OFF).

For posterity, here's a relevant discussion: uxlfoundation/oneTBB#243

cc: @robertjharrison @jeffhammond

@evaleev
Copy link
Contributor

evaleev commented Jan 21, 2021

also for the record: 320e2c0 solves the version detection issue, but validation check will still fail when trying to compile an example with OneTBB, due to missing task interface.

@jeffhammond
Copy link
Member

I wrote some of the Intel TBB folks about this just now. I have seen this for a while in the PRK project but haven't had time to figure out the solution.

@anton-potapov
Copy link
Contributor

@evaleev @jeffhammond as a first step to oneTBB migration there is PR to reduce tbb::task. It need a review. Can you help with it?

@robertjharrison
Copy link
Contributor

robertjharrison commented Mar 5, 2021 via email

@anton-potapov
Copy link
Contributor

anton-potapov commented Jul 27, 2021

PR was updated to remove (deprecated) tbb::task API usage. So seems that one of the roadblocks (main ?) to oneTBB migration is removed.

@barracuda156
Copy link

For posterity, here's a relevant discussion: oneapi-src/oneTBB#243

And #320

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants