Legion Runtime
Public Member Functions | Public Attributes | List of all members
Legion::IndexSpaceRequirement Struct Reference

#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
 

Detailed Description

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.


The documentation for this struct was generated from the following file: