This repository collects the code examples used in the 2025 edition of the GPU programming tutorial of the ATLAS Experiment. The exercises are primarily meant to be run on the NERSC Perlmutter ...
This is a practical CUDA programming tutorial designed to help readers master the basic concepts and common operations of CUDA parallel computing through hands-on exercises. The content covers ...
In this tutorial, we implement an advanced hands-on workflow for NVIDIA cuTile Python, a tile-based GPU programming interface for writing efficient CUDA-style kernels directly in Python. We start by ...