ebb
ebb copied to clipboard
Globals in Legion: Use small regions instead of Futures?
Should we use tiny regions or futures?
Problem with tiny regions: Does Legion support this with reasonable performance or will it overload the system?
Problem with futures: Futures don't have any notion of memory residency. In the case of GPU tasks, this introduces spurious blocks on copying global data to/from GPU memory.