Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Add Double-Batched FFT Library #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}