Locality information class used by the containers and views to coarsen data and provide information to tasks placement policies of a given PARAGRAPH's scheduler. More...
Public Member Functions | |
constexpr | locality_info (loc_qual qualifier) |
Shorthand constructor for use when desiring to report LQ_DONTCARE (placement policy ignores all other fields). More... | |
locality_info (loc_qual qualifier, affinity_tag affinity, rmi_handle::reference const &handle, location_type location) | |
loc_qual | qualifier (void) const |
affinity_tag | affinity (void) const |
location_type | location (void) const |
rmi_handle::reference & | handle (void) |
rmi_handle::reference | handle (void) const |
Locality information class used by the containers and views to coarsen data and provide information to tasks placement policies of a given PARAGRAPH's scheduler.
constexpr stapl::locality_info::locality_info | ( | loc_qual | qualifier | ) |
Shorthand constructor for use when desiring to report LQ_DONTCARE (placement policy ignores all other fields).