Implementation level

Difference between revisions of "Cooley-Tukey, scalability"

From Algowiki
Jump to navigation Jump to search
[checked revision][checked revision]
(Created page with "Primary authors of this description: . = Links = Researched [https://gitlab.srcc.msu.ru/alex-teplov/Scalability/blob/master/Cooley-Tukey/fft.c parallel implementation of the...")
 
Line 1: Line 1:
 +
{{level-i}}
 +
 
Primary authors of this description: .
 
Primary authors of this description: .
  

Revision as of 15:12, 1 July 2022


Primary authors of this description: .

1 Links

Researched parallel implementation of the algorithm.

2 Locality of data and computations

2.1 Locality of implementation

2.1.1 Structure of memory access and a qualitative estimation of locality

2.1.2 Quantitative estimation of locality

3 Scalability of the algorithm and its implementations

3.1 Scalability of the algorithm

3.2 Scalability of of the algorithm implementation

4 Dynamic characteristics and efficiency of the algorithm implementation

5 Run results