You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Dask we are looking into using an asyncio-based communication API directly ( dask/distributed#4513 ). This would help standardize a lot of the communication in Dask. One thing that would be interesting to explore would be whether we can expose UCX communication through a similar looking (if not the same) API. This would cutdown on the amount of handling Dask does around UCX communication. Also it should help us better leverage other asyncio backends like uvloop, which Dask already has support for ( dask/distributed#4448 ) and we are already making some use of.
The text was updated successfully, but these errors were encountered:
In Dask we are looking into using an asyncio-based communication API directly ( dask/distributed#4513 ). This would help standardize a lot of the communication in Dask. One thing that would be interesting to explore would be whether we can expose UCX communication through a similar looking (if not the same) API. This would cutdown on the amount of handling Dask does around UCX communication. Also it should help us better leverage other asyncio backends like uvloop, which Dask already has support for ( dask/distributed#4448 ) and we are already making some use of.
The text was updated successfully, but these errors were encountered: