|
|
|
|
|
by srean
5177 days ago
|
|
For those who are building gcc-4.7 from scratch, the cilk/ branch sure looks interesting. It has the Cilk runtime and the cilk extensions to the language built in. http://en.wikipedia.org/wiki/Cilk
http://software.intel.com/en-us/articles/intel-cilk-plus/ As far as language extensions go, it may seem that Cilk does not add much, but to me the advantage of not manually assigning tasks to threads and work stealing seems like a big win. Looking forward to try it out in a week. Stoked. |
|
Any performance reason for which one would prefer Cilk vs OpenMP ?