ebb icon indicating copy to clipboard operation
ebb copied to clipboard

Globals in Legion: Use small regions instead of Futures?

Open gilbo opened this issue 10 years ago • 0 comments

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.

gilbo avatar Jun 03 '15 21:06 gilbo