fused_fftconv2d_bhl_chunked#
- fused_fftconv2d_bhl_chunked(
- x,
- kernel,
- shortcut=None,
- chunk_size=None,
- fft_size=None,
Channel-chunked fused 2D FFT convolution, BHL layout.
Processes channels in groups of
chunk_sizeto cap the kernel’s working set. The fused kernel’s spatial tile is bounded at 64x64, so its per-call footprint is already small; chunking mainly helps at very largeH.- Parameters:
- Returns:
Output tensor
[B, H, X, Y]inx.dtype.- Return type: