Xilinx / ACCL

Alveo Collective Communication Library: MPI-like communication operations for Xilinx Alveo accelerators
https://accl.readthedocs.io/
Apache License 2.0
81 stars 26 forks source link

Make ACCL network utils a static library #163

Closed Mellich closed 10 months ago

Mellich commented 10 months ago

In my opinion, it makes sense to create a static library for the ACCL network utils. This will not change the build behavior of existing codes using CMake. But it is way easier to use the utils with other build tools like GNU Make.