English

Optimizing Offload Performance in Heterogeneous MPSoCs

Hardware Architecture 2025-11-11 v1 Distributed, Parallel, and Cluster Computing

Abstract

Heterogeneous multi-core architectures combine a few "host" cores, optimized for single-thread performance, with many small energy-efficient "accelerator" cores for data-parallel processing, on a single chip. Offloading a computation to the many-core acceleration fabric introduces a communication and synchronization cost which reduces the speedup attainable on the accelerator, particularly for small and fine-grained parallel tasks. We demonstrate that by co-designing the hardware and offload routines, we can increase the speedup of an offloaded DAXPY kernel by as much as 47.9%. Furthermore, we show that it is possible to accurately model the runtime of an offloaded application, accounting for the offload overheads, with as low as 1% MAPE error, enabling optimal offload decisions under offload execution time constraints.

Keywords

Cite

@article{arxiv.2404.01908,
  title  = {Optimizing Offload Performance in Heterogeneous MPSoCs},
  author = {Luca Colagrande and Luca Benini},
  journal= {arXiv preprint arXiv:2404.01908},
  year   = {2025}
}

Comments

2 pages, 1 figure. Accepted for publication in the DATE24 conference proceedings

R2 v1 2026-06-28T15:41:37.895Z