Software Archive
Read-only legacy content
17061 Discussions

newbie: Cilk versus TBB

vanswaaij
Beginner
316 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
316 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