English

Increasing FPGA Accelerators Memory Bandwidth with a Burst-Friendly Memory Layout

Hardware Architecture 2022-02-25 v2

Abstract

Offloading compute-intensive kernels to hardware accelerators relies on the large degree of parallelism offered by these platforms. However, the effective bandwidth of the memory interface often causes a bottleneck, hindering the accelerator's effective performance. Techniques enabling data reuse, such as tiling, lower the pressure on memory traffic but still often leave the accelerators I/O-bound. A further increase in effective bandwidth is possible by using burst rather than element-wise accesses, provided the data is contiguous in memory. In this paper, we propose a memory allocation technique, and provide a proof-of-concept source-to-source compiler pass, that enables such burst transfers by modifying the data layout in external memory. We assess how this technique pushes up the memory throughput, leaving room for exploiting additional parallelism, for a minimal logic overhead.

Keywords

Cite

@article{arxiv.2202.05933,
  title  = {Increasing FPGA Accelerators Memory Bandwidth with a Burst-Friendly Memory Layout},
  author = {Corentin Ferry and Tomofumi Yuki and Steven Derrien and Sanjay Rajopadhye},
  journal= {arXiv preprint arXiv:2202.05933},
  year   = {2022}
}

Comments

16 pages; 17 figures

R2 v1 2026-06-24T09:32:56.980Z