STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Attributes
stapl::kla_params< View, Predicate > Struct Template Reference

Optional parameters that controls the behavior of KLA, including enabling hub avoidance and providing post/pre execute functors. More...

Public Attributes

double active_vertex_ratio
 Expected ratio of active to inactive vertices.
 
bool avoid_hubs
 Whether or not employ hub avoidance.
 
bool sort_edges
 
std::size_t degree_threshold
 For hub avoidance, the threshold for a vertex's degree after which it will be considered a hub.
 
Predicate predicate
 A termination condition which will be checked at the end of each step to check whether to finish at the end of this superstep.
 

Detailed Description

template<typename View, typename Predicate = kla_detail::false_predicate>
struct stapl::kla_params< View, Predicate >

Optional parameters that controls the behavior of KLA, including enabling hub avoidance and providing post/pre execute functors.

Template Parameters
ViewThe graph view

Member Data Documentation

◆ sort_edges

template<typename View , typename Predicate = kla_detail::false_predicate>
bool stapl::kla_params< View, Predicate >::sort_edges

Whether to sort edges based on target location. Doing so may result in improved performance due to aggregation.


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