Chris@10
|
1 @node Acknowledgments, License and Copyright, Installation and Customization, Top
|
Chris@10
|
2 @chapter Acknowledgments
|
Chris@10
|
3
|
Chris@10
|
4 Matteo Frigo was supported in part by the Special Research Program SFB
|
Chris@10
|
5 F011 ``AURORA'' of the Austrian Science Fund FWF and by MIT Lincoln
|
Chris@10
|
6 Laboratory. For previous versions of FFTW, he was supported in part by the
|
Chris@10
|
7 Defense Advanced Research Projects Agency (DARPA), under Grants
|
Chris@10
|
8 N00014-94-1-0985 and F30602-97-1-0270, and by a Digital Equipment
|
Chris@10
|
9 Corporation Fellowship.
|
Chris@10
|
10
|
Chris@10
|
11 Steven G. Johnson was supported in part by a Dept.@ of Defense NDSEG
|
Chris@10
|
12 Fellowship, an MIT Karl Taylor Compton Fellowship, and by the Materials
|
Chris@10
|
13 Research Science and Engineering Center program of the National Science
|
Chris@10
|
14 Foundation under award DMR-9400334.
|
Chris@10
|
15
|
Chris@10
|
16 Code for the Cell Broadband Engine was graciously donated to the FFTW
|
Chris@10
|
17 project by the IBM Austin Research Lab and included in fftw-3.2. (This
|
Chris@10
|
18 code was removed in fftw-3.3.)
|
Chris@10
|
19
|
Chris@10
|
20 Code for the MIPS paired-single SIMD support was graciously donated to
|
Chris@10
|
21 the FFTW project by CodeSourcery, Inc.
|
Chris@10
|
22
|
Chris@10
|
23 We are grateful to Sun Microsystems Inc.@ for its donation of a
|
Chris@10
|
24 cluster of 9 8-processor Ultra HPC 5000 SMPs (24 Gflops peak). These
|
Chris@10
|
25 machines served as the primary platform for the development of early
|
Chris@10
|
26 versions of FFTW.
|
Chris@10
|
27
|
Chris@10
|
28 We thank Intel Corporation for donating a four-processor Pentium Pro
|
Chris@10
|
29 machine. We thank the GNU/Linux community for giving us a decent OS to
|
Chris@10
|
30 run on that machine.
|
Chris@10
|
31
|
Chris@10
|
32 We are thankful to the AMD corporation for donating an AMD Athlon XP 1700+
|
Chris@10
|
33 computer to the FFTW project.
|
Chris@10
|
34
|
Chris@10
|
35 We thank the Compaq/HP testdrive program and VA Software Corporation
|
Chris@10
|
36 (SourceForge.net) for providing remote access to machines that were used
|
Chris@10
|
37 to test FFTW.
|
Chris@10
|
38
|
Chris@10
|
39 The @code{genfft} suite of code generators was written using Objective
|
Chris@10
|
40 Caml, a dialect of ML. Objective Caml is a small and elegant language
|
Chris@10
|
41 developed by Xavier Leroy. The implementation is available from
|
Chris@10
|
42 @uref{http://caml.inria.fr/, @code{http://caml.inria.fr/}}. In previous
|
Chris@10
|
43 releases of FFTW, @code{genfft} was written in Caml Light, by the same
|
Chris@10
|
44 authors. An even earlier implementation of @code{genfft} was written in
|
Chris@10
|
45 Scheme, but Caml is definitely better for this kind of application.
|
Chris@10
|
46 @cindex Caml
|
Chris@10
|
47 @cindex LISP
|
Chris@10
|
48
|
Chris@10
|
49
|
Chris@10
|
50 FFTW uses many tools from the GNU project, including @code{automake},
|
Chris@10
|
51 @code{texinfo}, and @code{libtool}.
|
Chris@10
|
52
|
Chris@10
|
53 Prof.@ Charles E.@ Leiserson of MIT provided continuous support and
|
Chris@10
|
54 encouragement. This program would not exist without him. Charles also
|
Chris@10
|
55 proposed the name ``codelets'' for the basic FFT blocks.
|
Chris@10
|
56 @cindex codelet
|
Chris@10
|
57
|
Chris@10
|
58
|
Chris@10
|
59 Prof.@ John D.@ Joannopoulos of MIT demonstrated continuing tolerance of
|
Chris@10
|
60 Steven's ``extra-curricular'' computer-science activities, as well as
|
Chris@10
|
61 remarkable creativity in working them into his grant proposals.
|
Chris@10
|
62 Steven's physics degree would not exist without him.
|
Chris@10
|
63
|
Chris@10
|
64 Franz Franchetti wrote SIMD extensions to FFTW 2, which eventually
|
Chris@10
|
65 led to the SIMD support in FFTW 3.
|
Chris@10
|
66
|
Chris@10
|
67 Stefan Kral wrote most of the K7 code generator distributed with FFTW
|
Chris@10
|
68 3.0.x and 3.1.x.
|
Chris@10
|
69
|
Chris@10
|
70 Andrew Sterian contributed the Windows timing code in FFTW 2.
|
Chris@10
|
71
|
Chris@10
|
72 Didier Miras reported a bug in the test procedure used in FFTW 1.2. We
|
Chris@10
|
73 now use a completely different test algorithm by Funda Ergun that does
|
Chris@10
|
74 not require a separate FFT program to compare against.
|
Chris@10
|
75
|
Chris@10
|
76 Wolfgang Reimer contributed the Pentium cycle counter and a few fixes
|
Chris@10
|
77 that help portability.
|
Chris@10
|
78
|
Chris@10
|
79 Ming-Chang Liu uncovered a well-hidden bug in the complex transforms of
|
Chris@10
|
80 FFTW 2.0 and supplied a patch to correct it.
|
Chris@10
|
81
|
Chris@10
|
82 The FFTW FAQ was written in @code{bfnn} (Bizarre Format With No Name)
|
Chris@10
|
83 and formatted using the tools developed by Ian Jackson for the Linux
|
Chris@10
|
84 FAQ.
|
Chris@10
|
85
|
Chris@10
|
86 @emph{We are especially thankful to all of our users for their
|
Chris@10
|
87 continuing support, feedback, and interest during our development of
|
Chris@10
|
88 FFTW.}
|
Chris@10
|
89
|