Sciweavers

PPOPP
2015
ACM
9 years 11 months ago
Effects of source-code optimizations on GPU performance and energy consumption
This paper studies the effects of source-code optimizations on the performance, power draw, and energy consumption of a modern compute GPU. We evaluate 128 versions of two n-body ...
Jared Coplin, Martin Burtscher
PPOPP
2015
ACM
9 years 11 months ago
More than you ever wanted to know about synchronization: synchrobench, measuring the impact of the synchronization on concurrent
In this paper, we present the most extensive comparison of synchronization techniques. We evaluate 5 different synchronization techniques through a series of 31 data structure alg...
Vincent Gramoli
PPOPP
2015
ACM
9 years 11 months ago
SYNC or ASYNC: time to fuse for distributed graph-parallel computation
Large-scale graph-structured computation usually exhibits iterative and convergence-oriented computing nature, where input data is computed iteratively until a convergence conditi...
Chenning Xie, Rong Chen, Haibing Guan, Binyu Zang,...
PPOPP
2015
ACM
9 years 11 months ago
A library for portable and composable data locality optimizations for NUMA systems
Many recent multiprocessor systems are realized with a nonuniform memory architecture (NUMA) and accesses to remote memory locations take more time than local memory accesses. Opt...
Zoltan Majo, Thomas R. Gross
91
Voted
PPOPP
2015
ACM
9 years 11 months ago
Automatic scalable atomicity via semantic locking
In this paper, we consider concurrent programs in which the shared nsists of instances of linearizable ADTs (abstract data types). We present an automated approach to concurrency ...
Guy Golan-Gueta, G. Ramalingam, Mooly Sagiv, Eran ...