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

Is TBB can do everything about parallel program?

Frank_F
Beginner
240 Views

    I have a program.And i want parallel it with TBB.But i donot know the TBB can work or not.If TBB can parallel the program and eliminate the race by itself ?  Or the TBB must work with other tools like OpenMP .

0 Kudos
1 Reply
jimdempseyatthecove
Honored Contributor III
240 Views

The choice of threading model depends greatly on the nature of your program. Usually you do not mix threading models, at least until you fully understand the nuances of each and the implications of the mix. Can you describe your program.

Jim Dempsey

0 Kudos
Reply