Towards a Software Transactional Memory for Graphics Processors
Daniel Cederman, Philippas Tsigas, Muhammad Tayyab Chaudhry
Eurographics Symposium on Parallel Graphics and Visualization, 2010, pp. 121--129.
Abstract: The introduction of general purpose computing on many-core graphics processor systems, and the general shift in the industry towards parallelism, has created a demand for ease of parallelization. Software transactional memory (STM) simplifies development of concurrent code by allowing the programmer to mark sections of code to be executed concurrently and atomically in an optimistic manner. In contrast to locks, STMs are easy to compose and do not suffer from deadlocks. We have designed and implemented two STMs for graphics processors, one blocking and one non-blocking. The design issues involved in the designing of these two STMs are described and explained in the paper together with experimental results comparing the performance of the two STMs.
Article URL: http://dx.doi.org/10.2312/EGPGV/EGPGV10/121-129
BibTeX format:
@inproceedings{Cederman:2010:TAS,
  author = {Daniel Cederman and Philippas Tsigas and Muhammad Tayyab Chaudhry},
  title = {Towards a Software Transactional Memory for Graphics Processors},
  booktitle = {Eurographics Symposium on Parallel Graphics and Visualization},
  pages = {121--129},
  year = {2010},
}
Search for more articles by Daniel Cederman.
Search for more articles by Philippas Tsigas.
Search for more articles by Muhammad Tayyab Chaudhry.

Return to the search page.


graphbib: Powered by "bibsql" and "SQLite3."