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

writing our own reducers

Abdul__J_
Beginner
676 Views

Hi,

can anyone guide me that how to write our own reducer (not holder) and how to use it? The tutorials and manuals for intel cilk plus guide does not provide much detail or exact syntax to define my own reducer. So if anybody has ever done this before then please share it. I really need it.

--Abdul Jabbar--

0 Kudos
3 Replies
Barry_T_Intel
Employee
676 Views

The linear-recurrance example shipped the Intel compiler is a good example of a home-grown reducer  If you don't have a copy, I can post one.

    - Barry

0 Kudos
Barry_T_Intel
Employee
676 Views

The attached "How to Write a Reducer" document is taken from a revision of the reducer documentation that is enclosed with the Intel® Composer XE product.

Regards,

Neil Faiman (writing on Barry's account)

0 Kudos
Abdul__J_
Beginner
676 Views

thanks Neil

0 Kudos
Reply