-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added double batched FTT library project.
- Loading branch information
1 parent
ce2cc3e
commit 96c1850
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
content/projects/2024/2024-07-24-double-batched-fft-library.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |