17909

Analysing the Performance of GPU Hash Tables for State Space Exploration

Nathan Cassee, Anton Wijs
Eindhoven University of Technology, Eindhoven, The Netherlands
arXiv:1712.09494 [cs.DC], (27 Dec 2017)

@article{cassee2017analysing,

   title={Analysing the Performance of GPU Hash Tables for State Space Exploration},

   author={Cassee, Nathan},

   year={2017},

   month={dec},

   archivePrefix={"arXiv"},

   primaryClass={cs.DC},

   doi={10.4204/EPTCS.263.1}

}

Download Download (PDF)   View View   Source Source   

1591

views

In the past few years, General Purpose Graphics Processors (GPUs) have been used to significantly speed up numerous applications. One of the areas in which GPUs have recently led to a significant speed-up is model checking. In model checking, state spaces, i.e., large directed graphs, are explored to verify whether models satisfy desirable properties. GPUexplore is a GPU-based model checker that uses a hash table to efficiently keep track of already explored states. As a large number of states is discovered and stored during such an exploration, the hash table should be able to quickly handle many inserts and queries concurrently. In this paper, we experimentally compare two different hash tables optimised for the GPU, one being the GPUexplore hash table, and the other using Cuckoo hashing. We compare the performance of both hash tables using random and non-random data obtained from model checking experiments, to analyse the applicability of the two hash tables for state space exploration. We conclude that Cuckoo hashing is three times faster than GPUexplore hashing for random data, and that Cuckoo hashing is five to nine times faster for non-random data. This suggests great potential to further speed up GPUexplore in the near future.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: