Expand description
Included optional schedule build passes.
Structsยง
- Auto
Insert Apply Deferred Pass - A
ScheduleBuildPass
that insertsApplyDeferred
systems into the schedule graph when there areDeferred
in one system and there are ordering dependencies on that system.Commands
is one such deferred buffer. - Ignore
Deferred - If added to a dependency edge, the edge will not be considered for auto sync point insertions.