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

Remove unused code causing illegal memory accesses #171

Closed TristanLaan closed 10 months ago

TristanLaan commented 10 months ago

The count_bytes variables aren't used by the ACCL operations, but they can cause a null-pointer de-reference if the buffer doesn't exist (i.e. sendbuf in scatter on non-root ranks).