1096

Wait-free programming for general purpose computations on graphics processors

Phuong H. Ha, Philippas Tsigas, Otto J. Anshus
University of Tromsø, Department of Computer Science, Faculty of Science, N-9037 Tromsø, Norway
In PODC ’08: Proceedings of the twenty-seventh ACM symposium on Principles of distributed computing (2008), pp. 452-452.

@conference{ha2008wait,

   title={Wait-free programming for general purpose computations on graphics processors},

   author={Ha, P.H. and Tsigas, P. and Anshus, O.J.},

   booktitle={Parallel and Distributed Processing, 2008. IPDPS 2008. IEEE International Symposium on},

   pages={1–12},

   issn={1530-2075},

   year={2008},

   organization={IEEE}

}

Download Download (PDF)   View View   Source Source   

1596

views

This paper aims at bridging the gap between the lack of synchronization mechanisms in recent graphics processor (GPU) architectures and the need of synchronization mechanisms in parallel applications. Based on the intrinsic features of recent GPU architectures, we construct strong synchronization objects like wait-free and t -resilient read-modify-write objects for a general model of recent GPU architectures without strong hardware synchronization primitives like test-and-set and compare-and-swap . Accesses to the new wait-free objects have time complexity O(N) , where N is the number of concurrent processes. The wait-free objects have space complexity O ( N 2 ), which is optimal. Our result demonstrates that it is possible to construct wait-free synchronization mechanisms for GPUs without the need of strong synchronization primitives in hardware and that wait-free programming is possible for GPUs.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: