8177

Performance Evaluation of Concurrent Lock-free Data Structures on GPUs

Prabhakar Misra, Mainak Chaudhuri
Department of Computer Science and Engineering, Indian Institute of Technology, Kanpur, INDIA
18th IEEE International Conference on Parallel and Distributed Systems (ICPADS), 2012

@article{misra2012performance,

   title={Performance Evaluation of Concurrent Lock-free Data Structures on GPUs},

   author={Misra, P. and Chaudhuri, M.},

   year={2012}

}

Download Download (PDF)   View View   Source Source   

2472

views

Graphics processing units (GPUs) have emerged as a strong candidate for high-performance computing. While regular data-parallel computations with little or no synchronization are easy to map on the GPU architectures, it is a challenge to scale up computations on dynamically changing pointer-linked data structures. The traditional lock-based implementations are known to offer poor scalability due to high lock contention in the presence of thousands of active threads, which is common in GPU architectures. In this paper, we present a performance evaluation of concurrent lock-free implementations of four popular data structures on GPUs. We implement a set using lock-free linked list, hash table, skip list, and priority queue. On the first three data structures, we evaluate the performance of different mixes of addition, deletion, and search operations. The priority queue is designed to support retrieval and deletion of the minimum element and addition operations to the set. We evaluate the performance of these lock-free data structures on a Tesla C2070 Fermi GPU and compare it with the performance of multi-threaded lockfree implementations for CPU running on a 24-core Intel Xeon server. The linked list, hash table, skip list, and priority queue implementations achieve speedup of up to 7.4, 11.3, 30.7, and 30.8, respectively on the GPU compared to the Xeon server.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: