StanfordLegion / legion

The Legion Parallel Programming System
https://legion.stanford.edu
Apache License 2.0
689 stars 144 forks source link

Realm: Add support for multiple fields in indirect copies #1759

Open apryakhin opened 2 months ago

apryakhin commented 2 months ago

We need to support use cases for indirect copies when user provides indirection coordinates as separate fields, a mix of const and non-const fields. This for example will enable users to possible reduce memory footprint by not assembling a complete indirection that is required today.

lightsighter commented 2 months ago

Adding myself too since this will require Legion development work as well.

apryakhin commented 2 months ago

@magnatelee