Open Access. Powered by Scholars. Published by Universities.®

Engineering Commons

Open Access. Powered by Scholars. Published by Universities.®

University of Kentucky Master's Theses

Theses/Dissertations

2009

Barrier synchronization

Articles 1 - 1 of 1

Full-Text Articles in Engineering

Collective Communication And Barrier Synchronization On Nvidia Cuda Gpu, Diego Alejandro Rivera-Polanco Jan 2009

Collective Communication And Barrier Synchronization On Nvidia Cuda Gpu, Diego Alejandro Rivera-Polanco

University of Kentucky Master's Theses

GPUs (Graphics Processing Units) employ a multi-threaded execution model using multiple SIMD cores. Compared to use of a single SIMD engine, this architecture can scale to more processing elements. However, GPUs sacrifice the timing properties which made barrier synchronization implicit and collective communication operations fast.

This thesis demonstrates efficient methods by which these aggregate functions can be implemented using unmodified NVIDIA CUDA GPUs. Although NVIDIA's highest “compute capability" GPUs provide atomic memory functions, they have order N execution time. In contrast, the methods proposed here take advantage of basic properties of the GPU architecture to make implementations that are both …