English

RowClone: Accelerating Data Movement and Initialization Using DRAM

Hardware Architecture 2018-05-10 v1

Abstract

In existing systems, to perform any bulk data movement operation (copy or initialization), the data has to first be read into the on-chip processor, all the way into the L1 cache, and the result of the operation must be written back to main memory. This is despite the fact that these operations do not involve any actual computation. RowClone exploits the organization and operation of commodity DRAM to perform these operations completely inside DRAM using two mechanisms. The first mechanism, Fast Parallel Mode, copies data between two rows inside the same DRAM subarray by issuing back-to-back activate commands to the source and the destination row. The second mechanism, Pipelined Serial Mode, transfers cache lines between two banks using the shared internal bus. RowClone significantly reduces the raw latency and energy consumption of bulk data copy and initialization. This reduction directly translates to improvement in performance and energy efficiency of systems running copy or initialization-intensive workloads

Keywords

Cite

@article{arxiv.1805.03502,
  title  = {RowClone: Accelerating Data Movement and Initialization Using DRAM},
  author = {Vivek Seshadri and Yoongu Kim and Chris Fallin and Donghyuk Lee and Rachata Ausavarungnirun and Gennady Pekhimenko and Yixin Luo and Onur Mutlu and Phillip B. Gibbons and Michael A. Kozuch and Todd C. Mowry},
  journal= {arXiv preprint arXiv:1805.03502},
  year   = {2018}
}

Comments

arXiv admin note: text overlap with arXiv:1605.06483

R2 v1 2026-06-23T01:49:36.489Z