GPU parallelization of a hybrid pseudospectral fluid turbulence framework using CUDA
Duane Rosenberg, Pablo D. Mininni, Raghu Reddy, and Annick Pouquet

TL;DR
This paper enhances a hybrid MPI-OpenMP fluid turbulence code with CUDA-based GPU parallelization for Fourier transforms, achieving significant speed-ups and demonstrating effective GPU scaling on different hardware configurations.
Contribution
It introduces a CUDA-based fine-grain parallelization approach for Fourier transforms in a pseudospectral turbulence code, improving performance over traditional hybrid schemes.
Findings
Significant speed-up over MPI-OpenMP baseline
Optimal GPU scaling observed in all tested cases
Performance gains vary with system architecture and tuning
Abstract
An existing hybrid MPI-OpenMP scheme is augmented with a CUDA-based fine grain parallelization approach for multidimensional distributed Fourier transforms, in a well-characterized pseudospectral fluid turbulence code. Basics of the hybrid scheme are reviewed, and heuristics provided to show a potential benefit of the CUDA implementation. The method draws heavily on the CUDA runtime library to handle memory management, and on the cuFFT library for computing local FFTs. The manner in which the interfaces are constructed to these libraries, and ISO bindings utilized to facilitate platform portability, are discussed. CUDA streams are implemented to overlap data transfer with cuFFT computation. Testing with a baseline solver demonstrates significant aggregate speed-up over the hybrid MPI-OpenMP solver by offloading to GPUs on an NVLink-based test system. While the batch streamed approach…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsParallel Computing and Optimization Techniques · Solar and Space Plasma Dynamics · Computer Graphics and Visualization Techniques
