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

Enable multiple kernel builds with different configurations #184

Closed Tobi-Alonso closed 4 months ago

Tobi-Alonso commented 6 months ago

Current behavior

If a kernels/cclo/ccl_offload_ex/ccl_offload.xsa exist, a new platform is not create when the system parameters change. Then, we need to first clean the previously built platform to get the desired one.

Possible fix

Create a different project folder for each platform configuration

quetric commented 4 months ago

Fixed with #190