Exploring irregular memory accesses on FPGAs

  • Authors:
  • Robert J. Halstead;Jason Villarreal;Walid Najjar

  • Affiliations:
  • University of California, Riverside, Riverside, CA, USA;Jacquard Computing, Riverside, CA, USA;University of California, Riverside, Riverside, CA, USA

  • Venue:
  • Proceedings of the first workshop on Irregular applications: architectures and algorithm
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Algorithms that exhibit irregular memory access patterns are known to show poor performance on multiprocessor architectures, particularly when memory access latency is variable. Many common data structures, including graphs, trees, and linked-lists, exhibit these irregular memory access patterns. While FPGA-based code accelerators have been successful on applications with regular memory access patterns, they have not been further explored for irregular memory access patterns. Multithreading has been shown to be an effective technique in masking long latencies. We describe the compiler generation of concurrent hardware threads for FPGAs with the objective of masking the memory latency caused by irregular memory access patterns. We extend the ROCCC compiler to generate customized state information for each dynamically generated thread.