You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary: 'On April 15th, Philipp Grete from the University of Hamburg will give a talk entitled "Parthenon – a performance portable block-structured adaptive mesh refinement framework"'
5
-
date: 2026-03-17
2
+
title: "May tea-time: KokkosFFT: Performance-Portable Fast Fourier Transform interface for Kokkos Applications"
3
+
subtitle: "May 20th 2026: Kokkos tea-time"
4
+
summary: 'On April 20th, Yuuichi Asahi from CEA will give a talk entitled "KokkosFFT: Performance-Portable Fast Fourier Transform interface for Kokkos Applications"'
5
+
date: 2026-04-16
6
6
links:
7
7
#- icon_pack: fab
8
8
# name: 'Watch on Youtube'
@@ -22,14 +22,14 @@ links:
22
22
23
23
{{< cta cta_text="<iclass='fa fa-envelope'></i> Register to be notified about future events" cta_link="https://lists.hpsf.io/g/kokkos-announcements" >}}
24
24
25
-
CExA organizes the 18th**Kokkos tea-time** on Wednesday, April the 15th, 2026 for 45min starting at [7AM Pacific, 10AM Eastern, 4PM Paris, 11PM Tokyo](https://www.worldtimebuddy.com/?qm=1&lid=8,5,2988507,1850147&h=8&date=2026-02-18&sln=7-8).
25
+
CExA organizes the 19th**Kokkos tea-time** on Wednesday, May the 20th, 2026 for 45min starting at [7AM Pacific, 10AM Eastern, 4PM Paris, 11PM Tokyo](https://www.worldtimebuddy.com/?qm=1&lid=8,5,2988507,1850147&h=8&date=2026-02-18&sln=7-8).
26
26
It can be followed on [Zoom](https://zoom-lfx.platform.linuxfoundation.org/meeting/92397190835?password=b177af2d-9c4a-4376-9d17-b57588a88146), or by [phone]({{< ref "#by-phone" >}}).
27
27
28
28
{{< cta cta_text="<iclass='fa fa-calendar'></i> Add to calendar" cta_link="https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001MsyOeQAJ" >}}
29
29
30
-
Philipp Grete will give a talk entitled "Parthenon – a performance portable block-structured adaptive mesh refinement framework"
30
+
Yuuichi Asahi will give a talk entitled "KokkosFFT: Performance-Portable Fast Fourier Transform interface for Kokkos Applications"
31
31
32
-
Philipp Grete is a postdoctoral research associate at the University of Hamburg. His interdisciplinary research covers both physics, e.g., turbulence or (astrophysical) plasma modeling and their role in (astro)physical systems, and computer science, e.g., parallelization and HPC, as well as topics in between such as computational fluid dynamics and numerical methods. Philipp is an advocate of open source, community projects and sustainable software development practices.
32
+
Yuuichi Asahi is a research scientist at Maison de la Simulation, CEA, France. He has focused on the nonlinear plasma turbulence by means of gyrokinetic simulations. High performance computing and large scale data management are key ingredients for these simulations. His current interests include accelerating the gyrokinetic simulation codes for more complicated physics, and analysing the large scale simulation results with machine/deep learning methods.
33
33
34
34
35
35
@@ -41,10 +41,9 @@ Philipp Grete is a postdoctoral research associate at the University of Hamburg.
## KokkosFFT: Performance-Portable Fast Fourier Transform interface for Kokkos Applications
45
45
46
-
Parthenon is an open source, massively parallel, block-structured, adaptive mesh refinement framework. We are using Kokkos for on-node device parallelization and MPI for inter-node parallelization reaching 92% weak scaling parallel efficiency going from a single to 9,216 nodes
47
-
(73,728 logical GPUs) on Frontier. It is the basis for various downstream codes across disciplines from astrophysical magnetohydrodynamics to multi-material laboratory physics. In this talk, I will highlight our performance-motivated key design decisions in developing Parthenon such as logical packing of variable and meshblocks, and coalesced communication patterns via direct, asynchronous device-to-device messages. Moreover, I will highlight key features of Parthenon such as sparsely allocated variables, integrated solvers, type-based variable indexing, or a flexible directed, graph based tasking.
46
+
Kokkos-FFT provides a unified, performance-portable interface for Fast Fourier Transforms (FFTs) within the Kokkos ecosystem. It seamlessly integrates with de facto standard FFT libraries, including FFTW, cuFFT, rocFFT, and oneMKL. Designed for simplicity and efficiency, Kokkos-FFT offers a user experience akin to numpy.fft for in-place and out-of-place transforms, while leveraging the raw speed of vendor-optimized libraries. Recently, we have implemented the prototype of the distributed version on top of MPI. In the talk, we will introduce the basic APIs and implementation details. We will present the benchmark results solving 3D Navier-Stokes equations with distributed FFTs. We will also present future development plans.
0 commit comments