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

Explicitly init is_aligned as true #115

Closed Mellich closed 2 years ago

Mellich commented 2 years ago

We do not explicitly initialize is_aligned in the FpgaBuffer class. Because of that, it may be set to false although we construct it from a bo. memcpy will fail in this case, because the aligned_buffer is not initialized.