STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::locality_info Class Reference

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::referencehandle (void)
 
rmi_handle::reference handle (void) const
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ locality_info()

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).


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