eth-cscs / DLA-Future

DLA-Future
https://eth-cscs.github.io/DLA-Future/master/
BSD 3-Clause "New" or "Revised" License
64 stars 14 forks source link

Explicitly release operation states early to release tiles for continuations #665

Closed msimberg closed 10 months ago

msimberg commented 2 years ago

If we end up doing 1. or 2. from https://github.com/pika-org/pika/issues/479 we need to make changes in DLA-Future. Currently we rely on the pika implementation to release operation states/tiles early. The P2300 reference implementation does not release operation states early. This issue is meant to track whatever change we end up needing to do. I will most likely first go with an explicit sender adaptor that allows releasing the operation state early in tactical places.

msimberg commented 10 months ago

Will be fixed by #1004.