~ubuntu-branches/ubuntu/utopic/fftw3/utopic

« back to all changes in this revision

Viewing changes to doc/html/How-Many-Threads-to-Use_003f.html

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-12-14 13:21:22 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20111214132122-l4avyl2kkr7vq5aj
Tags: 3.3-1ubuntu1
* Merge with Debian; remaining changes:
  - Revert the ARM workaround.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html lang="en">
2
2
<head>
3
 
<title>How Many Threads to Use? - FFTW 3.2.2</title>
 
3
<title>How Many Threads to Use? - FFTW 3.3</title>
4
4
<meta http-equiv="Content-Type" content="text/html">
5
 
<meta name="description" content="FFTW 3.2.2">
 
5
<meta name="description" content="FFTW 3.3">
6
6
<meta name="generator" content="makeinfo 4.13">
7
7
<link title="Top" rel="start" href="index.html#Top">
8
8
<link rel="up" href="Multi_002dthreaded-FFTW.html#Multi_002dthreaded-FFTW" title="Multi-threaded FFTW">
11
11
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
12
12
<!--
13
13
This manual is for FFTW
14
 
(version 3.2.2, 12 July 2009).
 
14
(version 3.3, 26 July 2011).
15
15
 
16
16
Copyright (C) 2003 Matteo Frigo.
17
17
 
57
57
 
58
58
<h3 class="section">5.3 How Many Threads to Use?</h3>
59
59
 
60
 
<p><a name="index-number-of-threads-325"></a>There is a fair amount of overhead involved in synchronizing threads,
 
60
<p><a name="index-number-of-threads-339"></a>There is a fair amount of overhead involved in synchronizing threads,
61
61
so the optimal number of threads to use depends upon the size of the
62
62
transform as well as on the number of processors you have.
63
63
 
72
72
become beneficial.  If you plan with <code>FFTW_PATIENT</code>, it will
73
73
automatically disable threads for sizes that don't benefit from
74
74
parallelization. 
75
 
<a name="index-FFTW_005fPATIENT-326"></a>
 
75
<a name="index-FFTW_005fPATIENT-340"></a>
76
76
<!--  -->
77
77
 
78
78
   </body></html>