Software Archive
Read-only legacy content
17061 Discussions

gcc cilkplus non-support of reducers (other than int type ?)

TimP
Honored Contributor III
282 Views

problem confirmed

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71473

Don't know the answer to the question about int vs. size_t for min|max_ind reducers.  Note that Intel cilk(tm) plus uses size_t in several contexts where they must be cast to (int) in order to attain satisfactory performance, but the reducers in question don't give good performance, so may be using size_t internally.

0 Kudos
1 Reply
TimP
Honored Contributor III
282 Views

(reposting) a comment was added to the bugzilla hinting that gcc cilkplus is likely not to get future support, following earlier comments that they didn't know whether Intel remained interested.

0 Kudos
Reply