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

Physical Sciences and Mathematics Commons

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

Computer Sciences

2019

Electronic Theses and Dissertations

Capitalism

Articles 1 - 1 of 1

Full-Text Articles in Physical Sciences and Mathematics

Performance Evaluation Of Blocking And Non-Blocking Concurrent Queues On Gpus, Hossein Pourmeidani Jan 2019

Performance Evaluation Of Blocking And Non-Blocking Concurrent Queues On Gpus, Hossein Pourmeidani

Electronic Theses and Dissertations

The efficiency of concurrent data structures is crucial to the performance of multi-threaded programs in shared-memory systems. The arbitrary execution of concurrent threads, however, can result in an incorrect behavior of these data structures. Graphics Processing Units (GPUs) have appeared as a powerful platform for high-performance computing. As regular data-parallel computations are straightforward to implement on traditional CPU architectures, it is challenging to implement them in a SIMD environment in the presence of thousands of active threads on GPU architectures. In this thesis, we implement a concurrent queue data structure and evaluate its performance on GPUs to understand how it …