StanfordLegion / legion

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

Realm: richer "kind" information for processors, memories #592

Open streichler opened 5 years ago

streichler commented 5 years ago

Some of the current enums are poorly named (LOC/TOC), some are too specific (e.g. sysmem vs socket mem) and some are too general ("cpu", "gpu"). Move to a more open-ended queryable object for "kind" information.

lightsighter commented 5 years ago

TODO: make sure this is at least some what capable of being supported by some of the Legion level constraints.