Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 567 Bytes

File metadata and controls

27 lines (20 loc) · 567 Bytes

fft2

Perform a 2D FFT

Note

These functions are currently not supported with host-based executors (CPU)

.. doxygenfunction:: fft2(OpA &&a)
.. doxygenfunction:: fft2(OpA &&a, const int32_t (&axis)[2])

Examples

.. literalinclude:: ../../../../test/00_transform/FFT.cu
  :language: cpp
  :start-after: example-begin fft2-1
  :end-before: example-end fft2-1
  :dedent:

.. literalinclude:: ../../../../test/00_transform/FFT.cu
  :language: cpp
  :start-after: example-begin fft2-2
  :end-before: example-end fft2-2
  :dedent: