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

Improv async operations #156

Closed PedrooHR closed 1 year ago

TristanLaan commented 1 year ago

Great to see that we finally got a proper queuing implementation for async calls!

PedrooHR commented 1 year ago

@quetric I pushed the last version to this branch. This basically changes the returned type of the request to ACCL calls (it is a long long id). And now you have a map between the ID of a request and the Request object itself.

Should be easier to find requests by their ID now.

quetric commented 1 year ago

thanks @PedrooHR - please mark the PR as ready to review if there are no further changes you'd like to make