#include <legion.h>
Public Member Functions | |
| IndexSpaceRequirement (IndexSpace _handle, AllocateMode _priv, IndexSpace _parent, bool _verified=false) | |
| bool | operator< (const IndexSpaceRequirement &req) const |
| bool | operator== (const IndexSpaceRequirement &req) const |
Public Attributes | |
| IndexSpace | handle |
| AllocateMode | privilege |
| IndexSpace | parent |
| bool | verified |
Index space requirements are used to specify allocation and deallocation privileges on logical regions. Just like region privileges, index space privileges must be inherited from a region on which the parent task had an equivalent privilege.
1.8.6