#include <subgraph.h>
|
| enum | OpKind {
OPKIND_INVALID
, OPKIND_TASK
, OPKIND_COPY
, OPKIND_ARRIVAL
,
OPKIND_INSTANTIATION
, OPKIND_ACQUIRE
, OPKIND_RELEASE
, OPKIND_EXT_PRECOND
,
OPKIND_EXT_POSTCOND
, OPKIND_COLL_PRECOND
, OPKIND_COLL_POSTCOND
} |
| |
| enum | ConcurrencyMode { ONE_SHOT
, INSTANTIATION_ORDER
, SERIALIZABLE
, CONCURRENT
} |
| |
◆ ConcurrencyMode
| Enumerator |
|---|
| ONE_SHOT | |
| INSTANTIATION_ORDER | |
| SERIALIZABLE | |
| CONCURRENT | |
◆ OpKind
| Enumerator |
|---|
| OPKIND_INVALID | |
| OPKIND_TASK | |
| OPKIND_COPY | |
| OPKIND_ARRIVAL | |
| OPKIND_INSTANTIATION | |
| OPKIND_ACQUIRE | |
| OPKIND_RELEASE | |
| OPKIND_EXT_PRECOND | |
| OPKIND_EXT_POSTCOND | |
| OPKIND_COLL_PRECOND | |
| OPKIND_COLL_POSTCOND | |
◆ SubgraphDefinition()
| Realm::SubgraphDefinition::SubgraphDefinition |
( |
| ) |
|
◆ acquires
| std::vector<AcquireDesc> Realm::SubgraphDefinition::acquires |
◆ arrivals
| std::vector<ArrivalDesc> Realm::SubgraphDefinition::arrivals |
◆ concurrency_mode
◆ copies
| std::vector<CopyDesc> Realm::SubgraphDefinition::copies |
◆ dependencies
| std::vector<Dependency> Realm::SubgraphDefinition::dependencies |
◆ instantiations
◆ interpolations
| std::vector<Interpolation> Realm::SubgraphDefinition::interpolations |
◆ releases
| std::vector<ReleaseDesc> Realm::SubgraphDefinition::releases |
◆ tasks
| std::vector<TaskDesc> Realm::SubgraphDefinition::tasks |
The documentation for this struct was generated from the following file:
- /home/runner/work/realm/realm/realm-src/src/realm/subgraph.h