Skip to content
tingxingdong edited this page Nov 16, 2017 · 12 revisions

The right column "Pages" contains information about rocFFT building and design

Initially, rocFFT includes the following transformation features

  • 1D, 2D & 3D
  • power of 2, 3, 5 and mix of them, from size 1 to 2^27. That is, the input sizes that can be written in the form 2^a × 3^b × 5^c. The smaller the prime factor, the better the performance, i.e., powers of two are fastest.
  • Complex to Complex transforms for single and double precision
  • In-place and out-of-place transforms
  • Interleaved layout, planar layout is not supported currently
  • unit (=1) and non-unit strides
Clone this wiki locally