james-corley / ACCL

Accelerated Collective Communication Library: MPI-like communication operations for Xilinx Alveo accelerators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ACCL: Accelerated Collective Communication Library

* Note: This project is under active development. We will tag a stable release soon.*

ACCL is a Vitis kernel and associated Pynq and XRT drivers which together provide MPI-like collectives for Xilinx FPGAs. ACCL is designed to enable compute kernels resident in FPGA fabric to communicate directly under host supervision but without requiring data movement between the FPGA and host. Instead, ACCL uses Vitis-compatible TCP and UDP stacks to connect FPGAs directly over Ethernet at up to 100 Gbps on Alveo cards.

ACCL currently supports Send/Recv and the following collectives:

  • Broadcast
  • Scatter
  • Gather
  • All-gather
  • Reduce
  • All-reduce
  • Reduce-Scatter

Citation

If you use our work or would like to cite it in your own, please use the following citation:

@INPROCEEDINGS{9651265,
  author={He, Zhenhao and Parravicini, Daniele and Petrica, Lucian and O’Brien, Kenneth and Alonso, Gustavo and Blott, Michaela},
  booktitle={2021 IEEE/ACM International Workshop on Heterogeneous High-performance Reconfigurable Computing (H2RC)}, 
  title={ACCL: FPGA-Accelerated Collectives over 100 Gbps TCP-IP}, 
  year={2021},
  volume={},
  number={},
  pages={33-43},
  doi={10.1109/H2RC54759.2021.00009}}

About

Accelerated Collective Communication Library: MPI-like communication operations for Xilinx Alveo accelerators

License:Apache License 2.0


Languages

Language:Python 33.6%Language:C++ 28.7%Language:Tcl 21.5%Language:C 8.9%Language:Makefile 3.6%Language:Verilog 2.9%Language:Shell 0.6%Language:CMake 0.2%