Header menu link for other important links
X
A coherent and managed runtime for ml on the scc
Published in
2012
Pages: 20 - 25
Abstract
Intel's Single-Chip Cloud Computer (SCC) is a many-core architecture which stands out due to its complete lack of cache-coherence and the presence of fast, on-die interconnect for inter-core messaging. Cache-coherence, if required, must be implemented in software. Moreover, the amount of shared memory available on the SCC is very limited, requiring stringent management of resources even in the presence of software cachecoherence. In this paper, we present a series of techniques to provide the ML programmer a cache-coherent view of memory, while effectively utilizing both private and shared memory. To that end, we introduces a new, type-guided garbage collection scheme that effectively exploits SCC's memory hierarchy, attempts to reduce the use of shared memory in favor of message passing buffers, and provides a efficient, coherent global address space. Experimental results over a variety of benchmarks show that more than 99% of the memory requests can be potentially cached. These techniques are realized in MultiMLton, a scalable extension of MLton Standard ML compiler and runtime system on the SCC. © Proceedings of the Many-Core Applications Research Community Symposium, MARC 2012 at RWTH Aachen University. All rights reserved.
About the journal
JournalProceedings of the Many-Core Applications Research Community Symposium, MARC 2012 at RWTH Aachen University
Open AccessYes