Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

TBB on ARM Core

jw_byeon
Beginner
504 Views
Hi, everyone.
I tried to port TBB on ARM core device.
From previous thread,Porting TBB to ARM architecture ,TBB cross compilation on ARM architecture , the arm patch is no longer available such asatomic.Raf_Schietekat.20090402.zip, etc.

Where I can download the patch and appreciate source code?

And also, can anyone explain the detail step to port TBB on ARM device?

Thank you
0 Kudos
2 Replies
RafSchietekat
Valued Contributor III
503 Views
You should be able to find the patch in thread "Additions to atomic", posting #144. You would have to ask the TBB team to restore for download the version on which it was based, as has occurred already at least once before. Further development (including an upgrade to the current TBB version) depends on how "interested" potential users are, because this is a non-trivial amount of work.
0 Kudos
Alexey-Kukanov
Employee
503 Views
I added the mentioned contribution from Raf for download at http://www.threadingbuildingblocks.org/ver.php?fid=120 (we should have done that a while ago), and also re-enabled tbb21_20080925oss for download at http://www.threadingbuildingblocks.org/ver.php?fid=131. Please notice that it's a really old TBB package, and so does not contain a lot of new and improved functionality added in the last two years.
0 Kudos
Reply