diff --git a/content/projects/2024/2024-07-24-double-batched-fft-library.md b/content/projects/2024/2024-07-24-double-batched-fft-library.md new file mode 100644 index 0000000..611553f --- /dev/null +++ b/content/projects/2024/2024-07-24-double-batched-fft-library.md @@ -0,0 +1,16 @@ +--- +contributor: scott +date: '2024-07-24T00:00:00' +creation_date: '2022-12-05T00:00:00' +license: BSD 3-Clause License +tags: + - ftt + - batched + - intel + - tensor +title: Double-Batched FFT Library +external_url: https://github.com/intel/double-batched-fft-library +--- + +The Double-Batched FFT Library is a library for computing the Fast Fourier Transform (FFT) on Graphics Processing +Units (GPUs). GPU support is enabled via SYCL, OpenCL, or Level Zero.