English

OffRAC: Offloading Through Remote Accelerator Calls

Networking and Internet Architecture 2025-04-09 v2 Hardware Architecture

Abstract

Modern applications increasingly demand ultra-low latency for data processing, often facilitated by host-controlled accelerators like GPUs and FPGAs. However, significant delays result from host involvement in accessing accelerators. To address this limitation, we introduce a novel paradigm we call Offloading through Remote Accelerator Calls (OffRAC), which elevates accelerators to first-class compute resources. OffRAC enables direct calls to FPGA-based accelerators without host involvement. Utilizing the stateless function abstraction of serverless computing, with applications decomposed into simpler stateless functions, offloading promotes efficient acceleration and distribution of computational loads across the network. To realize this proposal, we present a prototype design and implementation of an OffRAC platform for FPGAs that assembles diverse requests from multiple clients into complete accelerator calls with multi-tenancy performance isolation. This design minimizes the implementation complexity for accelerator users while ensuring isolation and programmability. Results show that the OffRAC approach reduces the latency of network calls to accelerators down to approximately 10.5 us, as well as sustaining high application throughput up to 85Gbps, demonstrating scalability and efficiency, making it compelling for the next generation of low-latency applications.

Keywords

Cite

@article{arxiv.2504.04404,
  title  = {OffRAC: Offloading Through Remote Accelerator Calls},
  author = {Ziyi Yang and Krishnan B. Iyer and Yixi Chen and Ran Shu and Zsolt István and Marco Canini and Suhaib A. Fahmy},
  journal= {arXiv preprint arXiv:2504.04404},
  year   = {2025}
}

Comments

19 pages

R2 v1 2026-06-28T22:48:27.850Z