warp.tile_ifft#

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

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

This function cooperatively computes the inverse 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

Parameters:

inout – The input/output tile.