scispace - formally typeset
G

Gregory Ruetsch

Researcher at Nvidia

Publications -  6
Citations -  163

Gregory Ruetsch is an academic researcher from Nvidia. The author has contributed to research in topics: CUDA & Source code. The author has an hindex of 4, co-authored 6 publications receiving 135 citations.

Papers
More filters
Journal ArticleDOI

AFiD-GPU: A versatile Navier–Stokes solver for wall-bounded turbulent flows on GPU clusters

TL;DR: The AFiD code, an open source solver for the incompressible Navier–Stokes equations, has been ported to GPU clusters to tackle large-scale wall-bounded turbulent flow simulations and the results are in excellent agreement with the experimental and computational data.
Book

CUDA Fortran for Scientists and Engineers: Best Practices for Efficient CUDA Fortran Programming

TL;DR: This book explains how to understand the target GPU architecture, identify computationally intensive parts of the code, and modify the code to manage the data and parallelism and optimize performance, all of this is done in Fortran.
Book ChapterDOI

Multi-GPU Programming

TL;DR: This chapter covers how to write code that utilizes multiple GPUs using CUDA’s peer-to-peer capabilities introduced in the 4.0 Toolkit and using MPI, where each MPI process uses a separate GPU.
Book ChapterDOI

A Performance Study of Quantum ESPRESSO’s PWscf Code on Multi-core and GPU Systems

TL;DR: The porting of PWscf (Plane-Wave Self Consistent Field), a key component of the Quantum ESPRESSO open-source suite of codes for materials modeling, to GPU systems using CUDA Fortran is described.
Book ChapterDOI

Applications of Fast Fourier Transform

TL;DR: This chapter shows some applications of the Fast Fourier Transform and how to utilize the CUFFT library.