MemoDyne: exploiting weakly consistent data structures for dynamic parallel memoization
MemoDyne: exploiting weakly consistent data structures for dynamic parallel memoization
复制标题
MemoDyne:利用弱一致性数据结构进行动态并行记忆
DOI:
10.1145/3243176.3243193
复制
发表时间:
2018
期刊:
影响因子:
--
通讯作者:
August, David I.
中科院分区:
文献类型:
--
作者:
Prabhu, Prakash;Beard, Stephen R.;Apostolakis, Sotiris;Zaks, Ayal;August, David I.
Several classes of algorithms for combinatorial search and optimization problems employ memoization data structures to speed up their serial convergence. However, accesses to these data structures impose dependences that obstruct program parallelization. Such programs often continue to function correctly even when queries into these data structures return a partial view of their contents. Weakening the consistency of these data structures can unleash new parallelism opportunities, potentially at the cost of additional computation. These opportunities must, therefore, be carefully exploited for overall speedup. This paper presents MemoDyn, a framework for parallelizing loops that access data structures with weakly consistent semantics. MemoDynprovides programming abstractions to express weak semantics, and consists of a parallelizing compiler and a runtime system that automatically and adaptively exploit the semantics for optimized parallel execution. Evaluation of MemoDynshows that it achieves efficient parallelization, providing significant improvements over competing techniques in terms of both runtime performance and solution quality.