From 8a968f2c0548f02e4175251465ac17ab5133b2e7 Mon Sep 17 00:00:00 2001 From: Andrey Alekseenko Date: Tue, 29 Aug 2023 17:58:09 +0200 Subject: [PATCH] Add Double-Batched FFT Library --- projects.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/projects.json b/projects.json index cc0de3b..db4d0f6 100644 --- a/projects.json +++ b/projects.json @@ -1990,6 +1990,17 @@ "url": "https://github.com/menotti" }, "type": "unspecified" + }, + { + "name": "Double-Batched FFT Library", + "date_created": "2022-12-08", + "url": "https://github.com/intel/double-batched-fft-library", + "short_description": "A library for computing the Discrete Fourier Transform; targeting Graphics Processing Units; supporting OpenCL, Level Zero, and SYCL; with double-batching.", + "owner": { + "name": "Intel", + "url": "https://github.com/intel" + }, + "type": "library" } ] }