STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Attributes
stapl::sgl::compute_gid_set_type< FrontierType, OrderingType, SuperstepOccupancy > Struct Template Reference

Compute the GID set storage type that is appropriate for a graph algorithm, based on the algorithm's ordering requirements and superstep occupancy information. More...

Static Public Attributes

static constexpr frontier_type value = FrontierType
 

Detailed Description

template<frontier_type FrontierType, ordering_type OrderingType, typename SuperstepOccupancy>
struct stapl::sgl::compute_gid_set_type< FrontierType, OrderingType, SuperstepOccupancy >

Compute the GID set storage type that is appropriate for a graph algorithm, based on the algorithm's ordering requirements and superstep occupancy information.

Template Parameters
FrontierTypeThe requested storage type of the frontier
OrderingTypeThe graph algorithm's ordering type
SuperstepOccupancyThe graph algorithm's superstep occupancy

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