warp.tile_fft#

warp.tile_fft(
inout: Tile[Vector[2, Float], tuple[int, int]],
) None#
  • Kernel

Compute the forward FFT along the second dimension of a 2D tile of data.

This function cooperatively computes the forward FFT on a tile of data inplace, treating each row individually.

Note that computing the adjoint is not yet supported.

Supported datatypes are:
  • vec2f, vec2d

param inout:

The input/output tile