6473

Programming hybrid systems with implicit memory based synchronization

Jens Breitbart
Research Group Programming Languages / Methodologies, Universitat Kassel, Germany
Workshop on Hybrid Multi-core Computing Held in conjunction with HiPC 2011, 2011

@article{breitbart2011programming,

   title={Programming hybrid systems with implicit memory based synchronization},

   author={Breitbart, J.},

   year={2011}

}

Download Download (PDF)   View View   Source Source   Source codes Source codes

Package:

1325

views

In the last years CPU performance increases came with an increase in software development complexity. One of the next big changes in CPU architecture may be so-called hybrid multicore chips, which combine both multicore and manycore technologies on the same chip. Unfortunately, this increase in performance again may lead to an increase in development complexity. In this paper we suggest a dataflow driven programming model for hybrid multicore CPUs able to decrease complexity. We designed our model to work efficiently on non cache-coherent systems and in NUMA scenarios, which may both be issues exposed from the hardware in the near future. Our model is based on single assignment memory combined with PGAS-like explicit placement of data. Reading uninitialized memory results in the reading thread to be blocked until data is made available by another thread. That way threads can easily work in parallel and fine grained synchronization is done implicitly. Single assignment memory removes any cache coherency issues, whereas explicit data placement easily copes with NUMA effects. We implemented our model in a proof of concept C++ library for CUDA and x86 architectures, and use the scan algorithm to demonstrate that it is fairly easy to coordinate two GPUs and multiple CPU cores.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: