Software Archive
Read-only legacy content

CILK in FFTW

Zvi_Vered
Beginner
239 Views

Hello,

I'm looking for a CILK version of FFTW.

Can you help ?

Thanks,

Zvika

0 Kudos
1 Reply
TimP
Honored Contributor III
239 Views

If you want a Cilk(tm) Plus FFTW, it looks like you'll need to write it yourself. You have the advantage of the opportunity to test incremental changes from a current C or C++ implementation.   I'd guess that you'd have difficulty achieving performance on a par with a C OpenMP version, let alone against the established performance libraries.

0 Kudos
Reply