Double-Batched FFT Library#
The Double-Batched FFT Library is a library for computing the Fast Fourier Transform (FFT). The library targets Graphics Processing Units, supporting OpenCL, Level Zero, and SYCL.
The library supports double-batching.
That is, let
Note
For all runtimes, the library requires the cl_intel_required_subgroup_size extension. For the OpenCL runtime, the cl_intel_unified_shared_memory extension is required.