Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

newbie: Cilk versus TBB

vanswaaij
Beginner
466 Views
I'm looking forward to using the SIMD vectorization language extension in Cilk within a frame work that is (already) using TBB for threading.
Are there any conflicts between Cilk and TBB, even if I'm not planning to use any of the parallel programming constructs of Cilk?
Is using Cilk to heavy handed to just get the SIMD vectorization extensions?

Thanks.
0 Kudos
1 Reply
Brandon_H_Intel
Employee
466 Views
There shouldn't be any conflicts, and they should complement each other very well. Keep us posted here on your progress.
0 Kudos
Reply