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

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

TimP
Honored Contributor III
566 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
566 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