A GPU-Friendly Skiplist Algorithm

Nurit Moscovici, Nachshon Cohen, Erez Petrank

Research output: Contribution to journalArticlepeer-review

Abstract

We propose a design for a fine-grained lock-based skiplist optimized for Graphics Processing Units (GPUs). While GPUs are often used to accelerate streaming parallel computations, it remains a significant challenge to efficiently offload concurrent computations with more complicated data-irregular access and fine-grained synchronization. Natural building blocks for such computations would be concurrent data structures, such as skiplists, which are widely used in general purpose computations. Our design utilizes array-based nodes which are accessed and updated by warp-cooperative functions, thus taking advantage of the fact that GPUs are most efficient when memory accesses are coalesced and execution divergence is minimized. The proposed design has been implemented, and measurements demonstrate improved performance of up to 2.6x over skiplist designs for the GPU existing today.

Original languageEnglish
Pages (from-to)449-450
Number of pages2
JournalACM SIGPLAN Notices
Volume52
Issue number8
DOIs
StatePublished - 26 Jan 2017

Keywords

  • data structures
  • gpu
  • simd
  • skip list

All Science Journal Classification (ASJC) codes

  • General Computer Science

Fingerprint

Dive into the research topics of 'A GPU-Friendly Skiplist Algorithm'. Together they form a unique fingerprint.

Cite this