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

Document which collectives support streaming #124

Open TristanLaan opened 2 years ago

TristanLaan commented 2 years ago

For some collectives it's impossible to use streaming input/output, for example reduce can't use a stream as output. For new users it might not be easy to find out where this feature is supported. It would be useful to have a table on readthedocs that shows for each argument of all collectives whether it supports streaming or not.