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

Fix failing unit tests #170

Closed Mellich closed 10 months ago

Mellich commented 10 months ago

For large world sizes, some of the unit tests fail because of wrong floating point comparison. This fix replaces all floating-point comparisons with the better-suited EXPECT_FLOAT_EQ.