Skip to content

Commit d6ee1d9

Browse files
authored
Merge pull request #185 from dalg24/fixup-fft
Fixup FFT blog post
2 parents 82aadd8 + f9a48e6 commit d6ee1d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/blog/2025-06-kokkos-fft.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
authors: ["kokkos-team"]
3-
title: "kokkos-fft: FFT interface for Kokkos eco-system"
3+
title: "Kokkos FFT: A Native FFT Interface for the Kokkos Ecosystem
44
date: 2025-06-25
55
tags: ["blog"]
66
thumbnail: img/blog/2025/kokkos-fft/kokkos-fft.png
@@ -202,7 +202,7 @@ We have performed a benchmark of this application over multiple backends. We per
202202
| Speed up | x 1 | x 49.9 | x 1852 | x 3307 | x 1129 | x 1562 |
203203
204204
As expected, the Python version is the simplest in terms of lines of code (LOC). With Kokkos and kokkos-fft, the same logic can be implemented without significantly increasing the source code size (roughly 1.5 times longer). However, the performance gain is enormous, allowing a single and simple code runs on multiple architectures efficiently.
205-
Note that this performance improvement largely reflects the fact that KokkosFFT is using the various optimized hardware-specific FFT libraries under the hood.
205+
Note that this performance improvement largely reflects the fact that kokkos-fft is using the various optimized hardware-specific FFT libraries under the hood.
206206
207207
# Future developments
208208

0 commit comments

Comments
 (0)