Chris@82: Chris@82: Chris@82: Chris@82: Chris@82:
Chris@82:Chris@82: Next: License and Copyright, Previous: Installation and Customization, Up: Top [Contents][Index]
Chris@82:Matteo Frigo was supported in part by the Special Research Program SFB Chris@82: F011 “AURORA” of the Austrian Science Fund FWF and by MIT Lincoln Chris@82: Laboratory. For previous versions of FFTW, he was supported in part by the Chris@82: Defense Advanced Research Projects Agency (DARPA), under Grants Chris@82: N00014-94-1-0985 and F30602-97-1-0270, and by a Digital Equipment Chris@82: Corporation Fellowship. Chris@82:
Chris@82:Steven G. Johnson was supported in part by a Dept. of Defense NDSEG Chris@82: Fellowship, an MIT Karl Taylor Compton Fellowship, and by the Materials Chris@82: Research Science and Engineering Center program of the National Science Chris@82: Foundation under award DMR-9400334. Chris@82:
Chris@82:Code for the Cell Broadband Engine was graciously donated to the FFTW Chris@82: project by the IBM Austin Research Lab and included in fftw-3.2. (This Chris@82: code was removed in fftw-3.3.) Chris@82:
Chris@82:Code for the MIPS paired-single SIMD support was graciously donated to Chris@82: the FFTW project by CodeSourcery, Inc. Chris@82:
Chris@82:We are grateful to Sun Microsystems Inc. for its donation of a Chris@82: cluster of 9 8-processor Ultra HPC 5000 SMPs (24 Gflops peak). These Chris@82: machines served as the primary platform for the development of early Chris@82: versions of FFTW. Chris@82:
Chris@82:We thank Intel Corporation for donating a four-processor Pentium Pro Chris@82: machine. We thank the GNU/Linux community for giving us a decent OS to Chris@82: run on that machine. Chris@82:
Chris@82:We are thankful to the AMD corporation for donating an AMD Athlon XP 1700+ Chris@82: computer to the FFTW project. Chris@82:
Chris@82:We thank the Compaq/HP testdrive program and VA Software Corporation Chris@82: (SourceForge.net) for providing remote access to machines that were used Chris@82: to test FFTW. Chris@82:
Chris@82:The genfft
suite of code generators was written using Objective
Chris@82: Caml, a dialect of ML. Objective Caml is a small and elegant language
Chris@82: developed by Xavier Leroy. The implementation is available from
Chris@82: http://caml.inria.fr/
. In previous
Chris@82: releases of FFTW, genfft
was written in Caml Light, by the same
Chris@82: authors. An even earlier implementation of genfft
was written in
Chris@82: Scheme, but Caml is definitely better for this kind of application.
Chris@82:
Chris@82:
Chris@82:
FFTW uses many tools from the GNU project, including automake
,
Chris@82: texinfo
, and libtool
.
Chris@82:
Prof. Charles E. Leiserson of MIT provided continuous support and Chris@82: encouragement. This program would not exist without him. Charles also Chris@82: proposed the name “codelets” for the basic FFT blocks. Chris@82: Chris@82:
Chris@82: Chris@82:Prof. John D. Joannopoulos of MIT demonstrated continuing tolerance of Chris@82: Steven’s “extra-curricular” computer-science activities, as well as Chris@82: remarkable creativity in working them into his grant proposals. Chris@82: Steven’s physics degree would not exist without him. Chris@82:
Chris@82:Franz Franchetti wrote SIMD extensions to FFTW 2, which eventually Chris@82: led to the SIMD support in FFTW 3. Chris@82:
Chris@82:Stefan Kral wrote most of the K7 code generator distributed with FFTW Chris@82: 3.0.x and 3.1.x. Chris@82:
Chris@82:Andrew Sterian contributed the Windows timing code in FFTW 2. Chris@82:
Chris@82:Didier Miras reported a bug in the test procedure used in FFTW 1.2. We Chris@82: now use a completely different test algorithm by Funda Ergun that does Chris@82: not require a separate FFT program to compare against. Chris@82:
Chris@82:Wolfgang Reimer contributed the Pentium cycle counter and a few fixes Chris@82: that help portability. Chris@82:
Chris@82:Ming-Chang Liu uncovered a well-hidden bug in the complex transforms of Chris@82: FFTW 2.0 and supplied a patch to correct it. Chris@82:
Chris@82:The FFTW FAQ was written in bfnn
(Bizarre Format With No Name)
Chris@82: and formatted using the tools developed by Ian Jackson for the Linux
Chris@82: FAQ.
Chris@82:
We are especially thankful to all of our users for their Chris@82: continuing support, feedback, and interest during our development of Chris@82: FFTW. Chris@82:
Chris@82:Chris@82: Next: License and Copyright, Previous: Installation and Customization, Up: Top [Contents][Index]
Chris@82: