• World's first native multidimensional FFT technology

- Transpose hence node-to-node communication bottleneck has been removed algorithmically (not just hidden in the pipeline)

- Highly parallelizable (see animations below)

For example, an N x N x N 3-D FFT can be parallelized into (N^3)/8 threads at the top level (e.g., N=1024 gives 1/8 billion top level threads!)

  • Patent pending