Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::SubgraphScheduleEntry Struct Reference

#include <subgraph_impl.h>

Public Attributes

SubgraphDefinition::OpKind op_kind
 
unsigned op_index
 
std::vector< std::pair< unsigned, int > > preconditions
 
unsigned first_interp
 
unsigned num_interps
 
unsigned intermediate_event_base
 
unsigned intermediate_event_count
 
bool is_final_event
 

Member Data Documentation

◆ first_interp

unsigned Realm::SubgraphScheduleEntry::first_interp

◆ intermediate_event_base

unsigned Realm::SubgraphScheduleEntry::intermediate_event_base

◆ intermediate_event_count

unsigned Realm::SubgraphScheduleEntry::intermediate_event_count

◆ is_final_event

bool Realm::SubgraphScheduleEntry::is_final_event

◆ num_interps

unsigned Realm::SubgraphScheduleEntry::num_interps

◆ op_index

unsigned Realm::SubgraphScheduleEntry::op_index

◆ op_kind

SubgraphDefinition::OpKind Realm::SubgraphScheduleEntry::op_kind

◆ preconditions

std::vector<std::pair<unsigned, int> > Realm::SubgraphScheduleEntry::preconditions

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