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

XRT test suite skips too many tests #137

Closed Mellich closed 1 year ago

Mellich commented 1 year ago

dataTypeSize map contains data size in bits. In the tests it is confused with bytes when checking against the maximum segment size. This leads to many tests gettings skipped although execution should be safe.

quetric commented 1 year ago

this should be fixed on top of the gtest infrastructure in PR #138